mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +00:00
Updated CHANGELOG to reflect recent PRs
This commit is contained in:
parent
6eafb1ebda
commit
45d6adba73
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,9 @@ major series.
|
|||
|
||||
## 4.x series
|
||||
|
||||
* Deprecate `EdwardsPoint::hash_from_bytes` and rename it `EdwardsPoint::nonspect_map_to_curve`
|
||||
* Fix panic when `Ristretto::double_and_compress_batch` receives the identity point
|
||||
* Remove `byteorder` dependency
|
||||
* Update the `criterion` dependency to 0.4.0
|
||||
* Include README.md into crate Documentation
|
||||
* Update the `rand_core` dependency version and the `rand` dev-dependency
|
||||
|
|
|
|||
Loading…
Reference in a new issue