Clarify comment about nonce space for Note Encryption

This commit is contained in:
Tom Ritter
2016-08-11 13:48:47 -05:00
committed by GitHub
parent a8270035c0
commit 2dd950ecae

View File

@@ -37,8 +37,8 @@ public:
} }
// Encrypts `message` with `pk_enc` and returns the ciphertext. // Encrypts `message` with `pk_enc` and returns the ciphertext.
// This can only be called twice for a given instantiation before // This is currently only called twice for a given instantiation;
// the nonce-space runs out. // but can be called 255 times before the nonce-space runs out.
Ciphertext encrypt(const uint256 &pk_enc, Ciphertext encrypt(const uint256 &pk_enc,
const Plaintext &message const Plaintext &message
); );