v0.2.0
- Added
Blake3_192
as hash function option. - Implemented high-performance version of Rescue Prime hash function.
- Removed
alloc
feature in favor of turning onno_std
via--no-default-features
flag only. - Moved
rand
dependency todev-dependencies
only and removedhashbrown
dependency. - Increased min version of
rustc
to 1.54.