pub enum CipherConfiguration {
Gcm,
}
Expand description
Holds the cipher configuration to be used
Variants§
Gcm
AES-GCM mode, key length is derived from the key
Auto Trait Implementations§
impl Freeze for CipherConfiguration
impl RefUnwindSafe for CipherConfiguration
impl Send for CipherConfiguration
impl Sync for CipherConfiguration
impl Unpin for CipherConfiguration
impl UnwindSafe for CipherConfiguration
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