snarkvm_console_algorithms

Type Alias Sha3_224

Source
pub type Sha3_224 = Keccak<{ _ }, 224>;
Expand description

The SHA3-224 hash function.

Aliased Typeยง

struct Sha3_224;