Struct prople_crypto::aead::AEAD
source · pub struct AEAD;Expand description
AEAD is a main entrypoint to encrypt and decrypt the given data (in bytes), and also
generate nonce (in bytes)
Implementations§
Auto Trait Implementations§
impl Freeze for AEAD
impl RefUnwindSafe for AEAD
impl Send for AEAD
impl Sync for AEAD
impl Unpin for AEAD
impl UnwindSafe for AEAD
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