ZcashFoundation / redjubjub

A minimal RedJubjub implementation for use in Zebra.
Other
27 stars 21 forks source link

Upgrade jubjub to 0.9, blake2b_simd to 1 #147

Closed conradoplg closed 2 years ago

conradoplg commented 2 years ago

For the Zebra 1.0.0-beta.10 release which needs to matches the crates versions froms zcashd 5.0.0, we need to upgrade jubjub so that we upgrade ff, etc.

I haven't upgraded digest because there seem to be a bunch of other crates still depending on it (e.g. curve25519-dalek) but we could update anyway since some other crates already did (ripemd)