Module miden_core::chiplets::hasher

source ·
Expand description

TODO: add docs

Structs

  • Implementation of the Rescue Prime Optimized hash function with 256-bit output.

Constants

  • Number of field elements in the rate portion of the hasher’s state.
  • Number of field element needed to represent the sponge state for the hash function.

Functions

  • Applies Rescue-XLIX permutation (7 rounds) to the provided state.
  • Applies Rescue-XLIX round function to the provided state.
  • Returns a hash of the provided list of field elements.
  • Returns a hash of two digests. This method is intended for use in construction of Merkle trees.
  • Returns a hash of two digests with a specified domain.