]> Git Repo - VerusCoin.git/commitdiff
Update NoteEncryption.hpp
authorTom Ritter <[email protected]>
Thu, 18 Aug 2016 21:51:15 +0000 (16:51 -0500)
committerGitHub <[email protected]>
Thu, 18 Aug 2016 21:51:15 +0000 (16:51 -0500)
src/zcash/NoteEncryption.hpp

index b46c42efe402aa58d07c5a14c09c21eb1608cf45..2a78e9b0d01f46ea0c4589949632b3e74c48b4dc 100644 (file)
@@ -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
This page took 0.026483 seconds and 4 git commands to generate.