Sha3_224

Type Alias Sha3_224 

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

The SHA3-224 hash function.

Aliased Typeยง

pub struct Sha3_224;