Module winter_crypto::hashers

source ·
Expand description

Contains implementations of currently supported hash functions.

Structs§

  • Implementation of the Hasher trait for BLAKE3 hash function with 192-bit output.
  • Implementation of the Hasher trait for BLAKE3 hash function with 256-bit output.
  • Implementation of Hasher trait for Rescue Prime hash function with 248-bit output.
  • Implementation of Hasher trait for Rescue Prime hash function with 256-bit output.
  • Implementation of Hasher trait for Rescue Prime hash function with 256-bit output.
  • Implementation of the Hasher trait for SHA3 hash function with 256-bit output.