pub struct SskdfHmacAlgorithm { /* private fields */ }
Available on crate feature
unstable
only.Expand description
SSKDF algorithm using HMAC
Implementations§
Source§impl SskdfHmacAlgorithm
impl SskdfHmacAlgorithm
Sourcepub fn id(&self) -> SskdfHmacAlgorithmId
pub fn id(&self) -> SskdfHmacAlgorithmId
Returns the SSKDF HMAC Algorithm Identifier
Trait Implementations§
Source§impl Debug for SskdfHmacAlgorithm
impl Debug for SskdfHmacAlgorithm
Source§impl PartialEq for SskdfHmacAlgorithm
impl PartialEq for SskdfHmacAlgorithm
impl Eq for SskdfHmacAlgorithm
Auto Trait Implementations§
impl Freeze for SskdfHmacAlgorithm
impl RefUnwindSafe for SskdfHmacAlgorithm
impl Send for SskdfHmacAlgorithm
impl Sync for SskdfHmacAlgorithm
impl Unpin for SskdfHmacAlgorithm
impl UnwindSafe for SskdfHmacAlgorithm
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