pub type Keccak512 = Keccak<{ _ }, 512>;
Expand description

The Keccak-512 hash function.

Aliased Type§

struct Keccak512;