Browse Source

Update NoteEncryption.hpp

pull/145/head
Tom Ritter 8 years ago
committed by GitHub
parent
commit
36d5f42948
  1. 2
      src/zcash/NoteEncryption.hpp

2
src/zcash/NoteEncryption.hpp

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

Loading…
Cancel
Save