pub struct XtsAes256Ctx<'a>(/* private fields */);
Expand description
Context for XTS-AES-256 encryption/decryption.
Implementations§
Auto Trait Implementations§
impl<'a> Freeze for XtsAes256Ctx<'a>
impl<'a> RefUnwindSafe for XtsAes256Ctx<'a>
impl<'a> Send for XtsAes256Ctx<'a>
impl<'a> Sync for XtsAes256Ctx<'a>
impl<'a> Unpin for XtsAes256Ctx<'a>
impl<'a> UnwindSafe for XtsAes256Ctx<'a>
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