Struct parity_crypto::aes::AesEcb256
source · [−]pub struct AesEcb256(_);
Expand description
One time encoder/decoder for Ecb mode Aes256 with zero padding
Implementations
sourceimpl AesEcb256
impl AesEcb256
Auto Trait Implementations
impl RefUnwindSafe for AesEcb256
impl Send for AesEcb256
impl Sync for AesEcb256
impl Unpin for AesEcb256
impl UnwindSafe for AesEcb256
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