pub struct Md5Core { /* private fields */ }
Expand description
Core MD5 hasher state.
Trait Implementations§
source§impl AlgorithmName for Md5Core
impl AlgorithmName for Md5Core
source§fn write_alg_name(f: &mut Formatter<'_>) -> Result
fn write_alg_name(f: &mut Formatter<'_>) -> Result
Write algorithm name into
f
.source§impl BlockSizeUser for Md5Core
impl BlockSizeUser for Md5Core
source§impl BufferKindUser for Md5Core
impl BufferKindUser for Md5Core
§type BufferKind = Eager
type BufferKind = Eager
Block buffer kind over which type operates.
source§impl FixedOutputCore for Md5Core
impl FixedOutputCore for Md5Core
source§fn finalize_fixed_core(
&mut self,
buffer: &mut Buffer<Self>,
out: &mut Output<Self>,
)
fn finalize_fixed_core( &mut self, buffer: &mut Buffer<Self>, out: &mut Output<Self>, )
Finalize state using remaining data stored in the provided block buffer,
write result into provided array and leave
self
in a dirty state.source§impl OutputSizeUser for Md5Core
impl OutputSizeUser for Md5Core
source§impl UpdateCore for Md5Core
impl UpdateCore for Md5Core
source§fn update_blocks(&mut self, blocks: &[Block<Self>])
fn update_blocks(&mut self, blocks: &[Block<Self>])
Update state using the provided data blocks.
impl HashMarker for Md5Core
Auto Trait Implementations§
impl Freeze for Md5Core
impl RefUnwindSafe for Md5Core
impl Send for Md5Core
impl Sync for Md5Core
impl Unpin for Md5Core
impl UnwindSafe for Md5Core
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)