pub type Sha3_256 = Keccak<{ _ }, 256>;
Expand description

The SHA3-256 hash function.

Aliased Type§

struct Sha3_256;