pub struct EphSecretKey(pub [u8; 32]);Expand description
The secret half of an ephemeral key pair; used for deriving a short-term shared secret for secure communication.
Tuple Fields§
§0: [u8; 32]Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EphSecretKey
impl RefUnwindSafe for EphSecretKey
impl Send for EphSecretKey
impl Sync for EphSecretKey
impl Unpin for EphSecretKey
impl UnwindSafe for EphSecretKey
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