frost/frost-core/CHANGELOG.md

16 lines
352 B
Markdown
Raw Normal View History

# Changelog
Entries are listed in reverse chronological order.
## Unreleased
## 0.2.0
* Implement Zeroize where needed or skip where not needed (fixes compiling error) (#301)
* Change keygen_with_dealer() to return a HashMap (#288)
* Re-export the frost-core traits and rand-core as part of top-level impls API (#297)
## 0.1.0
* Initial release.