3 releases
0.1.2 | Nov 15, 2021 |
---|---|
0.1.1 | May 4, 2020 |
0.1.0 | May 4, 2020 |
#2306 in Cryptography
1,381 downloads per month
4.5MB
461 lines
sha2-const
const fn
implementation of the SHA-2 family of hash functions.
This crate allows you to use the SHA-2 hash functions as constant expressions
in Rust. For all other usages, the sha2
crate includes more optimized
implementations of these hash functions.