SessionKey

Type Alias SessionKey 

Source
pub type SessionKey = StackByteArray<CRYPTO_KX_SESSIONKEYBYTES>;
Expand description

Stack-allocated session key type alias

Aliased Typeยง

pub struct SessionKey(/* private fields */);