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