pub struct Recipient(/* private fields */);Expand description
The hybrid post-quantum tagged age recipient type, designed for hardware keys where decryption potentially requires user presence.
With knowledge of the recipient, it is possible to check if a stanza was addressed to a specific recipient before attempting decryption. This offers less privacy than the untagged recipient types.
Trait Implementations§
impl StructuralPartialEq for Recipient
Auto Trait Implementations§
impl Freeze for Recipient
impl RefUnwindSafe for Recipient
impl Send for Recipient
impl Sync for Recipient
impl Unpin for Recipient
impl UnsafeUnpin for Recipient
impl UnwindSafe for Recipient
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