Struct tor_llcrypto::cipher::aes::Aes256Key
source · pub struct Aes256Key(_);Expand description
AES 256 key
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Aes256Key
impl Send for Aes256Key
impl Sync for Aes256Key
impl Unpin for Aes256Key
impl UnwindSafe for Aes256Key
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