pub struct Sha3224;Trait Implementations§
Source§impl Multihash for Sha3224
impl Multihash for Sha3224
type Digester = Sha3_224
fn name(&self) -> &'static str
fn code(&self) -> Uvar
fn length(&self) -> u8
fn digest_primitive(&self, tag: Tag, bytes: &[u8]) -> Harvest
fn digest_collection(&self, tag: Tag, list: Vec<Vec<u8>>) -> Harvest
fn digester(&self) -> Self::Digester
impl StructuralPartialEq for Sha3224
Auto Trait Implementations§
impl Freeze for Sha3224
impl RefUnwindSafe for Sha3224
impl Send for Sha3224
impl Sync for Sha3224
impl Unpin for Sha3224
impl UnwindSafe for Sha3224
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