pub enum Sha3Mode {
Sha3_224,
Sha3_256,
Sha3_384,
Sha3_512,
Shake128,
Shake256,
Keccak224,
Keccak256,
Keccak384,
Keccak512,
}
Expand description
SHA-3 Modes.
Variants§
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Sha3Mode
impl RefUnwindSafe for Sha3Mode
impl Send for Sha3Mode
impl Sync for Sha3Mode
impl Unpin for Sha3Mode
impl UnwindSafe for Sha3Mode
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