pub type Sha3_384 = Keccak<{ _ }, 384>;
Expand description

The SHA3-384 hash function.

Aliased Type§

struct Sha3_384;