pub struct Serpent192 { /* private fields */ }Expand description
Serpent with a 192-bit key (public byte order matches the original submission vectors).
Implementations§
Source§impl Serpent192
impl Serpent192
Sourcepub fn new_wiping(key: &mut [u8; 24]) -> Self
pub fn new_wiping(key: &mut [u8; 24]) -> Self
Expand the key and then wipe the caller-owned key buffer.
Trait Implementations§
Source§impl BlockCipher for Serpent192
impl BlockCipher for Serpent192
Auto Trait Implementations§
impl Freeze for Serpent192
impl RefUnwindSafe for Serpent192
impl Send for Serpent192
impl Sync for Serpent192
impl Unpin for Serpent192
impl UnsafeUnpin for Serpent192
impl UnwindSafe for Serpent192
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