pub struct XC20P;Available on crate feature
chacha only.Expand description
XChaCha20-Poly1305
Trait Implementations§
Source§impl Chacha20Type for XC20P
impl Chacha20Type for XC20P
Source§const ALG_TYPE: Chacha20Types = Chacha20Types::XC20P
const ALG_TYPE: Chacha20Types = Chacha20Types::XC20P
The associated algorithm type
Auto Trait Implementations§
impl Freeze for XC20P
impl RefUnwindSafe for XC20P
impl Send for XC20P
impl Sync for XC20P
impl Unpin for XC20P
impl UnwindSafe for XC20P
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