зеркало из https://github.com/mozilla/gecko-dev.git
e76a11f1cf
This also upgrades the headers crate to 0.3.7. Webdriver depends on warp 0.2, which depends on headers 0.3. But headers < 0.3.7 depends on sha-1 < 0.10. We need sha-1 and sha2 at the same minor version to avoid duplicate block-buffer, generic-array, and digest crates. Differential Revision: https://phabricator.services.mozilla.com/D146010 |
||
---|---|---|
.. | ||
benches | ||
src | ||
tests | ||
.cargo-checksum.json | ||
CHANGELOG.md | ||
Cargo.toml | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
README.md |
README.md
RustCrypto: SHA-1
Pure Rust implementation of the SHA-1 hash function.
🚨 Warning: Cryptographically Broken 🚨
The SHA-1 hash function should be considered cryptographically broken and unsuitable for further use in any security critical capacity, as it is practically vulnerable to chosen-prefix collisions.
We provide this crate for legacy interoperability purposes only.
Minimum Supported Rust Version
Rust 1.41 or higher.
Minimum supported Rust version can be changed in the future, but it will be done with a minor version bump.
SemVer Policy
- All on-by-default features of this library are covered by SemVer
- MSRV is considered exempt from SemVer as noted above
License
Licensed under either of:
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.