pub struct Envelope { /* private fields */ }Expand description
The full submission (C_S, X, Z) sent from sender to server in step 6.
C_S = (ct^APKE, ct^PKE): the two ciphertextsX = g^x: ephemeral DH public key (hint)Z = (pk_R^fetch)^x: DH share for fetching (hint)
The server stores (id, C_S, X, Z) per message.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Envelope
impl RefUnwindSafe for Envelope
impl Send for Envelope
impl Sync for Envelope
impl Unpin for Envelope
impl UnsafeUnpin for Envelope
impl UnwindSafe for Envelope
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