pub struct SdKeys {
pub enc: KeyHandle,
pub mac: KeyHandle,
pub dek: KeyHandle,
}Expand description
The three static SD keys (ENC/MAC/DEK) as opaque backend handles. Bytes never cross this boundary (§3.6).
Fields§
§enc: KeyHandle§mac: KeyHandle§dek: KeyHandleTrait Implementations§
Auto Trait Implementations§
impl Freeze for SdKeys
impl RefUnwindSafe for SdKeys
impl Send for SdKeys
impl Sync for SdKeys
impl Unpin for SdKeys
impl UnsafeUnpin for SdKeys
impl UnwindSafe for SdKeys
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