pub struct Md5;Available on crate feature
allow-non-fips only.Expand description
The MD5 Hash Function Marker Type.
MD5 should be considered cryptographically broken and unsuitable for further use.
Collision attacks against MD5 are both practical and trivial, theoretical attacks
against MD5 have been found.
MD5 is included in this library for legacy reasons only.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Md5
impl RefUnwindSafe for Md5
impl Send for Md5
impl Sync for Md5
impl Unpin for Md5
impl UnwindSafe for Md5
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