Struct mls_rs_crypto_openssl::mac::Hash
source · pub struct Hash(/* private fields */);Implementations§
Methods from Deref<Target = MessageDigest>§
pub fn as_ptr(&self) -> *const EVP_MD
sourcepub fn block_size(&self) -> usize
pub fn block_size(&self) -> usize
The block size of the digest in bytes.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Hash
impl Send for Hash
impl Sync for Hash
impl Unpin for Hash
impl UnwindSafe for Hash
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