snarkvm_console_algorithms

Type Alias Sha3_384

Source
pub type Sha3_384 = Keccak<{ _ }, 384>;
Expand description

The SHA3-384 hash function.

Aliased Typeยง

struct Sha3_384;