Skip to main content

Seed

Type Alias Seed 

Source
pub type Seed<K> = Array<u8, <K as FromSeed>::SeedSize>;
Expand description

Seed value which can be used to deterministically initialize a KEM keypair.

Aliased Type§

#[repr(transparent)]
pub struct Seed<K>(pub <<K as FromSeed>::SeedSize as ArraySize>::ArrayType<u8>);

Tuple Fields§

§0: <<K as FromSeed>::SeedSize as ArraySize>::ArrayType<u8>