pub struct LegacyKeccak;Expand description
Legacy Keccak-256 profile, byte-compatible with pinned HashSigsRS.
This means legacy Keccak padding (0x01 domain suffix), not standardized
SHA3-256 padding (0x06).
Trait Implementations§
Source§impl Clone for LegacyKeccak
impl Clone for LegacyKeccak
Source§fn clone(&self) -> LegacyKeccak
fn clone(&self) -> LegacyKeccak
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for LegacyKeccak
impl Debug for LegacyKeccak
Source§impl Default for LegacyKeccak
impl Default for LegacyKeccak
Source§fn default() -> LegacyKeccak
fn default() -> LegacyKeccak
Returns the “default value” for a type. Read more
Source§impl Hash for LegacyKeccak
impl Hash for LegacyKeccak
Source§impl PartialEq for LegacyKeccak
impl PartialEq for LegacyKeccak
Source§impl Profile for LegacyKeccak
impl Profile for LegacyKeccak
impl Copy for LegacyKeccak
impl Eq for LegacyKeccak
impl StructuralPartialEq for LegacyKeccak
Auto Trait Implementations§
impl Freeze for LegacyKeccak
impl RefUnwindSafe for LegacyKeccak
impl Send for LegacyKeccak
impl Sync for LegacyKeccak
impl Unpin for LegacyKeccak
impl UnsafeUnpin for LegacyKeccak
impl UnwindSafe for LegacyKeccak
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