mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-05 20:10:35 +00:00
Fix outdated docstring for verify_batch().
This commit is contained in:
parent
7db743bd43
commit
9363690191
1 changed files with 0 additions and 2 deletions
|
|
@ -111,7 +111,6 @@ fn zero_rng() -> ZeroRng {
|
|||
/// * `messages` is a slice of byte slices, one per signed message.
|
||||
/// * `signatures` is a slice of `Signature`s.
|
||||
/// * `public_keys` is a slice of `PublicKey`s.
|
||||
/// * `csprng` is an implementation of `Rng + CryptoRng`.
|
||||
///
|
||||
/// # Returns
|
||||
///
|
||||
|
|
@ -195,7 +194,6 @@ pub fn verify_batch(
|
|||
.map(|_| Scalar::from(prng.gen::<u128>()))
|
||||
.collect();
|
||||
|
||||
|
||||
// Compute the basepoint coefficient, ∑ s[i]z[i] (mod l)
|
||||
let B_coefficient: Scalar = signatures
|
||||
.iter()
|
||||
|
|
|
|||
Loading…
Reference in a new issue