ed25519-zebra/CHANGELOG.md

21 lines
387 B
Markdown
Raw Normal View History

2020-01-24 13:01:41 -08:00
# CHANGELOG
Entries are listed in reverse chronological order.
2020-04-01 19:16:27 -07:00
# 0.2.2
* Adds `impl AsRef<[u8]> for PublicKey`.
* Adds `impl AsRef<[u8]> for SecretKey`.
2020-04-01 19:00:05 -07:00
# 0.2.1
* Adds `impl AsRef<[u8]> for PublicKeyBytes`.
2020-01-30 17:52:13 -08:00
# 0.2.0
* Adds experimental futures-based batch verification API, gated by the `batch` feature.
2020-01-24 13:01:41 -08:00
# 0.1.0
Initial release, attempting to match the actual `zcashd` behavior.