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.
pub struct Sha1(_);
An object which calculates a SHA1 hash of some data.
SHA1 is known to be insecure - it should not be used unless required for compatibility with existing systems.