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

The Keccak-224 hash function.

Aliased Type§

struct Keccak224;