From 5cbca50b84e461a92e8a27ae0407223cdf403741 Mon Sep 17 00:00:00 2001 From: Richard Patel Date: Thu, 19 Oct 2023 16:16:01 +0000 Subject: [PATCH] zk-token-sdk: Fix incorrect mention of OsRng in docs --- .../sigma_proofs/batched_grouped_ciphertext_validity_proof.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/zk-token-sdk/src/sigma_proofs/batched_grouped_ciphertext_validity_proof.rs b/zk-token-sdk/src/sigma_proofs/batched_grouped_ciphertext_validity_proof.rs index 7247b3dfb7654b..31baa273825faa 100644 --- a/zk-token-sdk/src/sigma_proofs/batched_grouped_ciphertext_validity_proof.rs +++ b/zk-token-sdk/src/sigma_proofs/batched_grouped_ciphertext_validity_proof.rs @@ -71,8 +71,6 @@ impl BatchedGroupedCiphertext2HandlesValidityProof { /// The function does *not* hash the public keys, commitment, or decryption handles into the /// transcript. For security, the caller (the main protocol) should hash these public /// components prior to invoking this constructor. - /// - /// This function is randomized. It uses `OsRng` internally to generate random scalars. pub fn verify( self, (destination_pubkey, auditor_pubkey): (&ElGamalPubkey, &ElGamalPubkey),