KeyPair(int publicKeyLength, int secretKeyLength) { _publicKey = Uint8List(publicKeyLength); _secretKey = Uint8List(secretKeyLength); }