Struct dsnp_graph_core::dsnp::encryption::SealBox
source · pub struct SealBox;
Expand description
XSalsa20Poly1305 encryption algorithm
Trait Implementations§
source§impl EncryptionBehavior for SealBox
impl EncryptionBehavior for SealBox
source§impl PartialEq for SealBox
impl PartialEq for SealBox
impl Eq for SealBox
impl StructuralEq for SealBox
impl StructuralPartialEq for SealBox
Auto Trait Implementations§
impl RefUnwindSafe for SealBox
impl Send for SealBox
impl Sync for SealBox
impl Unpin for SealBox
impl UnwindSafe for SealBox
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