- Update rusler Rust crate to 0.32
- Fix problem with precompiled nil versio missing 2.16
- Update rusler Rust crate to 0.30
- Add support for FreeBSD
- Update rustler Rust crate to 0.29
- Add support for FreeBSD
- Update rustler Rust crate to 0.29
- Fix typo in README.md
- Update rustler Rust crate to 0.27
- Update rustler to 0.27.0
- Use
rustler_precompiled
to ship with multiple platform re-compiled binaries
- Update rustler to 0.26.0
- Update rustler to 0.25.0
-
Update rustler to 0.24.0.
this version improves performance a little bit
- Update rustler to 0.23.0
- Fixes a build issue with the included Cargo files
- Adds
aarch64-apple-darwin
as a target to fix linking errors when compiling on Apple M1
- Use stable version of rustler
- Fix nif path configuration
- Update rustler to support OTP 24
- Leave only throwing function
- Move NIF interface to module
ExKeccak.Impl
, makingExKeccak
a wrapper module (with the same API) - Add throwing variant API
ExKeccak.hash_256!/1
to wrapper module
- Chore: remove /priv/native/*
- Return
{:error, :invalid_type}
instead of raising an error when invalid data is provided
- Initial release with Keccak 256 function