RustCrypto: bash-prg-hash
Pure Rust implementation of the bash-prg-hash function specified in STB 34.101.77-2020.
Examples
use hex;
use ;
use ;
let mut hasher = default;
hasher.update;
let mut hash = ;
hasher.finalize_xof_into;
assert_eq!;
See the [digest] crate docs for additional examples.
License
The crate is licensed under either of:
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.