pub struct EphemeralBundleBytes {
pub apke_dhakem_sk: [u8; 32],
pub apke_mlkem_sk: [u8; 2400],
pub apke_mlkem_pk: [u8; 1184],
pub metadata_sk: [u8; 32],
pub metadata_pk: [u8; 1216],
}Expand description
Byte representation of one ephemeral key bundle’s secret halves
Fields§
§apke_dhakem_sk: [u8; 32]§apke_mlkem_sk: [u8; 2400]§apke_mlkem_pk: [u8; 1184]§metadata_sk: [u8; 32]§metadata_pk: [u8; 1216]Implementations§
Auto Trait Implementations§
impl Freeze for EphemeralBundleBytes
impl RefUnwindSafe for EphemeralBundleBytes
impl Send for EphemeralBundleBytes
impl Sync for EphemeralBundleBytes
impl Unpin for EphemeralBundleBytes
impl UnsafeUnpin for EphemeralBundleBytes
impl UnwindSafe for EphemeralBundleBytes
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