zcash / sapling-crypto

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

Bring in refactor of the crate #107

Closed str4d closed 7 months ago

str4d commented 7 months ago

This refactor was performed over several years. The crate was previously focused on the Sapling circuit; it now encompasses the Sapling protocol, and has types better suited to use in non-circuit contexts. Many of the circuit helper types were moved into the bellman crate, and the Sprout circuit was left in zcash_primitives.

Source: https://github.com/zcash/librustzcash Rev: zcash/librustzcash@6acc64e61cb67cbc216a36ab3a8c5d224e9af9a9