Crates.io | sha-1 |
lib.rs | sha-1 |
version | 0.10.1 |
source | src |
created_at | 2017-04-06 15:22:59.179268 |
updated_at | 2022-11-28 15:23:38.331317 |
description | SHA-1 hash function. This crate is deprecated! Use the sha1 crate instead. |
homepage | |
repository | https://github.com/RustCrypto/hashes |
max_upload_size | |
id | 9835 |
size | 36,172 |
Pure Rust implementation of the SHA-1 hash function.
This crate is deprecated! Use the sha1
crate instead.
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.
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.
Licensed under either of:
at your option.
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.