Type Alias vru_noise::ChainingKey

source ·
pub type ChainingKey<C> = GenericArray<u8, <<C as Config>::MixHash as MixHash>::L>;

Aliased Type§

struct ChainingKey<C> { /* private fields */ }

Trait Implementations§

source§

impl<C, N> From<Key<C, N>> for ChainingKey<C>
where C: Config, N: Unsigned,

source§

fn from(v: Key<C, N>) -> Self

Converts to this type from the input type.