Type Alias skein::Skein256

source ·
pub type Skein256<OutputSize = U32> = CoreWrapper<Skein256Core<OutputSize>>;
Expand description

Skein-256 hasher state

Aliased Type§

struct Skein256<OutputSize = U32> { /* private fields */ }