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 Freeze for Keccak
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)