Module nettle::hash

source ·
Expand description

Cryptographic hash functions.

Modules

Structs

  • 224 bit variant of the Secure Hash Algorithm 3 (SHA-3) defined in FIPS 202.
  • 256 bit variant of the Secure Hash Algorithm 3 (SHA-3) defined in FIPS 202.
  • 384 bit variant of the Secure Hash Algorithm 3 (SHA-3) defined in FIPS 202.
  • 512 bit variant of the Secure Hash Algorithm 3 (SHA-3) defined in FIPS 202.
  • 256 bit variant of the Secure Hash Algorithm 2 (SHA-2) defined in FIPS 180-4, truncated to 224 bit.
  • 256 bit variant of the Secure Hash Algorithm 2 (SHA-2) defined in FIPS 180-4.
  • 512 bit variant of the Secure Hash Algorithm 2 (SHA-2) defined in FIPS 180-4, truncated to 384 bit.
  • 512 bit variant of the Secure Hash Algorithm 2 (SHA-2) defined in FIPS 180-4.
  • 512 bit variant of the Secure Hash Algorithm 2 (SHA-2) defined in FIPS 180-4, truncated to 224 bit.
  • 512 bit variant of the Secure Hash Algorithm 2 (SHA-2) defined in FIPS 180-4, truncated to 256 bit.

Traits

  • Hash function.
  • Nettle context a.k.a. <hash>_ctx of this hash