pub struct HPKECiphertext(pub KemOutput, pub Ciphertext);
Tuple Fields§
§0: KemOutput
§1: Ciphertext
Auto Trait Implementations§
impl Freeze for HPKECiphertext
impl RefUnwindSafe for HPKECiphertext
impl Send for HPKECiphertext
impl Sync for HPKECiphertext
impl Unpin for HPKECiphertext
impl UnwindSafe for HPKECiphertext
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