pub enum Ss {
X25519(PublicKey),
P256(PublicKey),
}
Expand description
A KEM shared secret
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for Ss
impl RefUnwindSafe for Ss
impl Send for Ss
impl Sync for Ss
impl Unpin for Ss
impl UnwindSafe for Ss
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