Type Definition miden_processor::Digest
source · pub type Digest = <Rp64_256 as Hasher>::Digest;Expand description
Output type of Rescue Prime hash function.
The digest consists of 4 field elements or 32 bytes.
pub type Digest = <Rp64_256 as Hasher>::Digest;Output type of Rescue Prime hash function.
The digest consists of 4 field elements or 32 bytes.