Rust Implementation of Cryptographic Hash Function Algorithms
This is a Rust implementation of various cryptographic hash functions. The following algorithms are currently supported:
- SHA-224
- SHA-256
- SHA-384
- SHA-512
Example
Here's an example of how to use the sha256 hash function:
use hash;
License
This project is dual-licensed under the Apache License 2.0 and the MIT License. You may choose either license to use this software.