pub struct Aes128CcmImpl;Expand description
The global Aes128Ccm implementation.
Implementations§
Source§impl Aes128CcmImpl
impl Aes128CcmImpl
Sourcepub fn init(key: &[u8; 16]) -> Aes128CcmImplContext
pub fn init(key: &[u8; 16]) -> Aes128CcmImplContext
Initialize with a 128-bit key.
Trait Implementations§
Source§impl Aes128Ccm for Aes128CcmImpl
impl Aes128Ccm for Aes128CcmImpl
Source§type Context = Aes128CcmImplContext
type Context = Aes128CcmImplContext
Opaque storage for the implementation’s key schedule.
Auto Trait Implementations§
impl Freeze for Aes128CcmImpl
impl RefUnwindSafe for Aes128CcmImpl
impl Send for Aes128CcmImpl
impl Sync for Aes128CcmImpl
impl Unpin for Aes128CcmImpl
impl UnsafeUnpin for Aes128CcmImpl
impl UnwindSafe for Aes128CcmImpl
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