Skip to main content

SharedKey

Type Alias SharedKey 

Source
pub type SharedKey = Array<u8, U32>;
Expand description

Shared secret key.

Aliased Type§

#[repr(transparent)]
pub struct SharedKey(pub [u8; 32]);

Tuple Fields§

§0: [u8; 32]