zcash / sapling-crypto

Zcash "Sapling" cryptography
Other
78 stars 65 forks source link

Black-box testing for the Jubjub scalar field #11

Open ebfull opened 6 years ago

ebfull commented 6 years ago

These kinds of tests exist in pairing but we'd like to perform them for Fs. However, I don't want to implement Fs in pairing. So, this is tricky.

Best alternative I can think of now is to add a feature to pairing which exposes the black-box tests.

daira commented 6 years ago

Yeah that seems like a reasonable approach.