Pure Rust implementation of the SHA-2 hash function family
Description
Pure Rust implementation of the SHA-2 hash function family including
SHA-224, SHA-256, SHA-384, and SHA-512.
This package contains library source intended for building other packages which
use the "default" feature of the "sha2" crate.