-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use a transcript RNG for prover nonces (#15)
As noted in #14, nonces required for proof generation are produced using an externally-provided random number generator. This PR builds a Merlin-based `TranscriptRng` that uses the transcript state, witness data, and external random number generator to produce nonces. This provides a much more robust design for nonce construction. Closes #14.
- Loading branch information
1 parent
d0d4ae9
commit 6ec58d1
Showing
1 changed file
with
13 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters