pub struct SeedCt { /* private fields */ }Expand description
SEED constant-time software path.
Implementations§
Trait Implementations§
Source§impl BlockCipher for SeedCt
impl BlockCipher for SeedCt
Auto Trait Implementations§
impl Freeze for SeedCt
impl RefUnwindSafe for SeedCt
impl Send for SeedCt
impl Sync for SeedCt
impl Unpin for SeedCt
impl UnsafeUnpin for SeedCt
impl UnwindSafe for SeedCt
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