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

The SHA3-512 hash function.

Aliased Type§

struct Sha3_512;