rustmax

Module sha2

Source
Expand description

The SHA2 cryptographic hash functions.

See crate ::sha2.

Modules§

  • This crate provides traits which describe functionality of cryptographic hash functions and Message Authentication algorithms.

Structs§

  • Core block-level SHA-256 hasher with variable output size.
  • Core block-level SHA-512 hasher with variable output size.

Traits§

  • Convenience wrapper trait covering functionality of cryptographic hash functions with fixed output size.

Type Aliases§