struct KemSharedSecret<const KDF_LEN: usize>([u8; KDF_LEN]);
Expand description
A newtype wrapper for a DH KEM shared secret.
Tuple Fields§
§0: [u8; KDF_LEN]
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more