Struct sd_jwt_payload::Sha256Hasher
source · pub struct Sha256Hasher;Expand description
An implementation of Hasher that uses the sha-256 hash function.
Implementations§
source§impl Sha256Hasher
impl Sha256Hasher
Trait Implementations§
source§impl Clone for Sha256Hasher
impl Clone for Sha256Hasher
source§fn clone(&self) -> Sha256Hasher
fn clone(&self) -> Sha256Hasher
Returns a copy 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 Default for Sha256Hasher
impl Default for Sha256Hasher
source§fn default() -> Sha256Hasher
fn default() -> Sha256Hasher
Returns the “default value” for a type. Read more
source§impl Hasher for Sha256Hasher
impl Hasher for Sha256Hasher
impl Copy for Sha256Hasher
Auto Trait Implementations§
impl Freeze for Sha256Hasher
impl RefUnwindSafe for Sha256Hasher
impl Send for Sha256Hasher
impl Sync for Sha256Hasher
impl Unpin for Sha256Hasher
impl UnwindSafe for Sha256Hasher
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