Type Alias zappot::DefaultRom

source ·
pub type DefaultRom = Blake2b<U20>;
Expand description

The default random oracle. Blake2b with an output of 160 bits.

Aliased Type§

struct DefaultRom { /* private fields */ }