Releases: ZcashFoundation/redjubjub
Releases · ZcashFoundation/redjubjub
0.7.0
0.6.0
RedJubjub 0.5.0
Changes
- Upgrade
jubjub
to 0.9,blake2b_simd
to 1 (#147) - Fixed a bug where small-order verification keys (including the identity) were
handled inconsistently: theVerificationKey
parsing logic rejected them, but
the identityVerificationKey
could be produced from the zeroSigningKey
.
The behaviour is now to consistently accept all small-order verification keys,
matching the RedDSA specification. (#137)- Downstream users who currently rely on the inconsistent behaviour (for e.g.
consensus compatibility, either explicitly wanting to reject small-order
verification keys, or on the belief that this crate implemented the RedDSA
specification) should continue to use previous versions of this crate, until
they can either move the checks into their own code, or migrate their
consensus rules to match the RedDSA specification.
- Downstream users who currently rely on the inconsistent behaviour (for e.g.
RedJubjub 0.4.0
RedJubjub 0.3.0
Includes FROST!