mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
Add a changelog.
This commit is contained in:
parent
a67accd635
commit
a38b77b965
1 changed files with 20 additions and 0 deletions
20
CHANGELOG.md
Normal file
20
CHANGELOG.md
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
# Changelog
|
||||
|
||||
Entries are listed in reverse chronological order.
|
||||
|
||||
## 1.0.3
|
||||
|
||||
* Adds `ConstantTimeEq` implementation 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.0` version of `subtle` instead of `2.0.0-pre.0`.
|
||||
|
||||
## 1.0.0
|
||||
|
||||
Initial stable release. Yanked due to a dependency mistake (see above).
|
||||
|
||||
Loading…
Reference in a new issue