Struct parity_crypto::aes::AesCtr256
source · [−]pub struct AesCtr256(_);
Expand description
Reusable encoder/decoder for Aes256 in Ctr mode and no padding
Implementations
sourceimpl AesCtr256
impl AesCtr256
Auto Trait Implementations
impl RefUnwindSafe for AesCtr256
impl Send for AesCtr256
impl Sync for AesCtr256
impl Unpin for AesCtr256
impl UnwindSafe for AesCtr256
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more