sha2-fv 0.1.0

Formally verified Pure Rust implementation of the SHA-2 hash function family (SHA-224, SHA-256, SHA-384, SHA-512, SHA-512/224, SHA-512/256), with Lean 4 proofs of correctness against FIPS 180-4.
Documentation

sha2-fv

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 7 feature flags, 6 of them enabled by default.

default

sha256 (default)

This feature flag does not enable additional features.

sha256_224 (default)

This feature flag does not enable additional features.

sha512 (default)

This feature flag does not enable additional features.

sha512_224 (default)

This feature flag does not enable additional features.

sha512_256 (default)

This feature flag does not enable additional features.

sha512_384 (default)

This feature flag does not enable additional features.

compress

This feature flag does not enable additional features.