Struct tiny_keccak::Keccak
source · pub struct Keccak { /* private fields */ }
Expand description
The Keccak
hash functions defined in Keccak SHA3 submission
.
Usage
[dependencies]
tiny-keccak = { version = "2.0.0", features = ["keccak"] }
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Keccak
impl Send for Keccak
impl Sync for Keccak
impl Unpin for Keccak
impl UnwindSafe for Keccak
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