mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
1,004 B
1,004 B
Changelog
Entries are listed in reverse chronological order.
1.1.0
- Adds support for precomputation for multiscalar multiplication.
- Restructures the internal source tree into
serialandvectorbackends (no change to external API). - Adds a new IFMA backend which sets speed records.
- The
avx2_backendfeature is now an alias for thesimd_backendfeature, which autoselects an appropriate vector backend (currently AVX2 or IFMA). - Replaces the
randdependency withrand_core. - Generalizes trait bounds on
RistrettoPoint::random()andScalar::random()to allow owned and borrowed RNGs and to allowRngCoreinstead ofRng.
1.0.3
- Adds
ConstantTimeEqimplementation for compressed points.
1.0.2
- Fixes a typo in the naming of variables in Ristretto formulas (no change to functionality).
1.0.1
- Depends on the stable
2.0version ofsubtleinstead of2.0.0-pre.0.
1.0.0
Initial stable release. Yanked due to a dependency mistake (see above).