1.0.1 - This version may not be safe as it has not been updated for a long time. Find out if your coding project uses this component and get notified of any reported security vulnerabilities with Meterian-X Open Source Security Platform
Maintain your licence declarations and avoid unwanted licences to protect your IP the way you intended.
BSD-3-Clause - BSD 3-Clause "New" or "Revised" LicenseMinimal and dependency free implementation of SHA1 for Rust.
SHA1 is not exactly a good choice for crypto hashes these days but unfortunately SHA1 continues to be needed for a handful of situations due to legacy functionality. If you have the need for a SHA1 implementation that does not pull in large dependency chains you might want to consider this crate.
In all other cases use the new sha1 crate
by the RustCrypto project instead.
This crate used to be published as sha1 but in recent years a large ecosystem
of hash libraries was built around RustCrypto
so the crate name was given to that project instead. Versions newer than 0.6
of sha1.
This is largely based on the hash code in crypto-rs by Koka El Kiwi.