Skip to content

Commit

Permalink
zk-token-sdk: Fix incorrect mention of OsRng in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
riptl committed Oct 19, 2023
1 parent d6aba9d commit 5cbca50
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down

0 comments on commit 5cbca50

Please sign in to comment.