curve25519-dalek-source/CHANGELOG.md

18 lines
253 B
Markdown
Raw Normal View History

2019-02-16 21:46:06 +00:00
# Changelog
Entries are listed in reverse chronological order.
2019-03-29 19:53:43 +00:00
## 0.5.2
* Implement `Clone` for `StaticSecret`.
## 0.5.1
* Implement `Copy, Clone, Debug` for `PublicKey`.
* Remove doctests.
2019-02-16 21:46:06 +00:00
## 0.5.0
* Adds support for static and ephemeral keys.