mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-05 20:10:35 +00:00
17 lines
253 B
Markdown
17 lines
253 B
Markdown
# Changelog
|
|
|
|
Entries are listed in reverse chronological order.
|
|
|
|
## 0.5.2
|
|
|
|
* Implement `Clone` for `StaticSecret`.
|
|
|
|
## 0.5.1
|
|
|
|
* Implement `Copy, Clone, Debug` for `PublicKey`.
|
|
* Remove doctests.
|
|
|
|
## 0.5.0
|
|
|
|
* Adds support for static and ephemeral keys.
|
|
|