Sha3_384

Type Alias Sha3_384 

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

The SHA3-384 hash function.

Aliased Typeยง

pub struct Sha3_384;