geometryxyz / proof-toolbox

Cryptographic protocols
Other
36 stars 8 forks source link

feat: use the arkworks FiatShamirRng #1

Closed nmohnblatt closed 2 years ago

nmohnblatt commented 2 years ago

Change the way we model the Fiat-Shamir transform to use the same traits and methods used in arkworks (release 0.3.0). This will also allow for protocols to be run with initialised seeds

kobigurk commented 2 years ago

so seems like it could theoretically fail - if we write to some buffer that doesn't have space, etc. can we handle it better?