A Rust library providing hashing functions.
- SHA-256
- Keccak-256
- Keccak-384
- Keccak-512
- RIPEMD-160
- Base encoding support via base_xx
Add this to your Cargo.toml:
[dependencies]
slahasher = "0.3.13"Documentation is available at docs.rs/slahasher
This project is licensed under the MIT License.
Issues and pull requests are welcome on GitHub at https://github.com/beamvex/slahasher
- Robert Forster (robert.forster@beamvex.com)