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

The SHA3-224 hash function.

Aliased Type§

struct Sha3_224;