pub enum Kem {
X25519HkdfSha256 = 32,
}Expand description
Supported KEM algorithms with values detailed in RFC 9180.
Variants§
X25519HkdfSha256 = 32
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Kem
impl RefUnwindSafe for Kem
impl Send for Kem
impl Sync for Kem
impl Unpin for Kem
impl UnsafeUnpin for Kem
impl UnwindSafe for Kem
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