pub struct Speck(/* private fields */);Expand description
Implements Speck encryption/decryption. This tuple-struct takes a key schedule as input.
TODO: Build an API around generating the key schedule
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Speck
impl RefUnwindSafe for Speck
impl Send for Speck
impl Sync for Speck
impl Unpin for Speck
impl UnwindSafe for Speck
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