slahasher
A Rust library providing hashing functions.
Features
- SHA-256
- Keccak-256
- Keccak-384
- Keccak-512
- RIPEMD-160
- Base encoding support via base_xx
Installation
Add this to your Cargo.toml:
[]
= "0.5.0"
Usage
use Arc;
use ;
use ;
Decoding from an encoded string back into a Hash:
use Arc;
use ;
use Hash;
Documentation is available at docs.rs/slahasher
License
This project is licensed under the MIT License.
Contributing
Issues and pull requests are welcome on GitHub at https://github.com/beamvex/slahasher
Authors
- Robert Forster (robert.forster@beamvex.com)