sha-1 0.10.1

SHA-1 hash function. This crate is deprecated! Use the sha1 crate instead.
Documentation
[dependencies.cfg-if]
version = "1.0"

[dependencies.digest]
version = "0.10.4"
[dev-dependencies.digest]
features = ["dev"]
version = "0.10.4"

[dev-dependencies.hex-literal]
version = "0.2.2"

[features]
asm = ["sha1-asm"]
compress = []
default = ["std"]
force-soft = []
oid = ["digest/oid"]
std = ["digest/std"]

[lib]
name = "sha1"

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "SHA-1 hash function. This crate is deprecated! Use the sha1 crate instead."
documentation = "https://docs.rs/sha1"
edition = "2018"
keywords = ["crypto", "sha1", "hash", "digest"]
license = "MIT OR Apache-2.0"
name = "sha-1"
readme = "README.md"
repository = "https://github.com/RustCrypto/hashes"
version = "0.10.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))".dependencies.cpufeatures]
version = "0.2"

[target."cfg(any(target_arch = \"aarch64\", target_arch = \"x86\", target_arch = \"x86_64\"))".dependencies.sha1-asm]
optional = true
version = "0.5"