pub struct KemSecretKey {
pub data: Vec<u8>,
}
Expand description
KEM secret key with automatic memory zeroization
Fields§
§data: Vec<u8>
Implementations§
Trait Implementations§
Source§impl Debug for KemSecretKey
impl Debug for KemSecretKey
Source§impl Drop for KemSecretKey
impl Drop for KemSecretKey
Source§impl PartialEq for KemSecretKey
impl PartialEq for KemSecretKey
Source§impl Zeroize for KemSecretKey
impl Zeroize for KemSecretKey
impl Eq for KemSecretKey
Auto Trait Implementations§
impl Freeze for KemSecretKey
impl RefUnwindSafe for KemSecretKey
impl Send for KemSecretKey
impl Sync for KemSecretKey
impl Unpin for KemSecretKey
impl UnwindSafe for KemSecretKey
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