- Fixes
- support Apple ARM hardware
-
Enhancements
- updated blake3 version to 1.3.3
- updated rustler to 0.22.2
-
Other
- add github actions release workflow
- fix CI
- Release version injection
-
Enhancements
- updated blake3 version to 1.0.0
- updated rustler to 0.22.1
- refactored Rust crate to use the rustler::nif macro
-
Breaking changes
update_with_joinhas been replacted withupdate_rayonto reflect the same change in the upstreamblake3crate. This function is only available when therayonfeature flag is enabled, and will panic otherwise.
-
Enhancements
- updated blake package version
cflag deprecated as it is now on be defaultc_neonadditional aliasneonto match feature name in rust lib
-
Enhancements
- updated blake package version
- added support to reset hasher with
reset - blake3 rust features can be enabled by env var or mix config (need to recompile the library)
- multi-threading is now enabled via setting the
rayonfeature - when multi-threading is enable
update_with_joinis used to to parallelize - SIMD features enabled be set with
simd_mode
-
Enhancements
- updated blake package version
- added support for keyed hashes with
new_keyed,keyed_hash, andderive_key
-
Bug fixes
- fix link in docs to readme
- Initial Release
- basic and streaming hashing with
new,update,finalizeandhash
- basic and streaming hashing with