pub fn digest_from_state(state: KeccakState) -> DigestExpand description
Extract the first 256 rate bits as a Keccak digest.
This is a host-side conversion utility. Bytes within each state lane are serialized little-endian.
pub fn digest_from_state(state: KeccakState) -> DigestExtract the first 256 rate bits as a Keccak digest.
This is a host-side conversion utility. Bytes within each state lane are serialized little-endian.