Open oleganza opened 5 years ago
This is suggested by @elichai: it's not very efficient to sample OS RNG for each signature added to the batch verifier. Instead, let's initialize Transcript instance with OS RNG, and then squeeze a challenge scalar for each added signature.
This is suggested by @elichai: it's not very efficient to sample OS RNG for each signature added to the batch verifier. Instead, let's initialize Transcript instance with OS RNG, and then squeeze a challenge scalar for each added signature.