Sha3_512

Type Alias Sha3_512 

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

The SHA3-512 hash function.

Aliased Typeยง

pub struct Sha3_512;