AztecProtocol / barretenberg

Apache License 2.0
138 stars 87 forks source link

Reconsider deterministic randomness flag #1034

Open ludamad opened 3 months ago

ludamad commented 3 months ago

This has been added to barretenberg (as of pending PR) but closer to production we should do a security analysis of this.

This is currently very useful for deterministic tests, but it's better in the long run to only compile this functionality in test builds. This would lead to a proliferation of build types in the short term.