Type Alias nimue::hash::keccak::Keccak

source ·
pub type Keccak = DuplexSponge<AlignedKeccakState>;
Expand description

A duplex sponge based on the permutation keccak::f1600 using DuplexSponge.

Aliased Type§

struct Keccak { /* private fields */ }