pub struct Sha1(_);
Expand description
An object which calculates a SHA1 hash of some data.
Warning
SHA1 is known to be insecure - it should not be used unless required for compatibility with existing systems.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Sha1
impl Send for Sha1
impl Sync for Sha1
impl Unpin for Sha1
impl UnwindSafe for Sha1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more