Sha3_256

Type Alias Sha3_256 

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

The SHA3-256 hash function.

Aliased Typeยง

pub struct Sha3_256;