pub struct Sha256RedactionHasher;Expand description
SHA-256 redaction hasher, the SD-CWT default when sd_alg is omitted.
Trait Implementations§
Source§impl Clone for Sha256RedactionHasher
impl Clone for Sha256RedactionHasher
Source§fn clone(&self) -> Sha256RedactionHasher
fn clone(&self) -> Sha256RedactionHasher
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for Sha256RedactionHasher
Source§impl Debug for Sha256RedactionHasher
impl Debug for Sha256RedactionHasher
Source§impl Default for Sha256RedactionHasher
impl Default for Sha256RedactionHasher
Source§fn default() -> Sha256RedactionHasher
fn default() -> Sha256RedactionHasher
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Sha256RedactionHasher
impl RefUnwindSafe for Sha256RedactionHasher
impl Send for Sha256RedactionHasher
impl Sync for Sha256RedactionHasher
impl Unpin for Sha256RedactionHasher
impl UnsafeUnpin for Sha256RedactionHasher
impl UnwindSafe for Sha256RedactionHasher
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