sha-1 0.9.4

SHA-1 hash function
Documentation
[dependencies.block-buffer]
version = "0.9"

[dependencies.cfg-if]
version = "1.0"

[dependencies.digest]
version = "0.9"

[dependencies.opaque-debug]
version = "0.3"

[dependencies.sha1-asm]
optional = true
version = "0.4"
[dev-dependencies.digest]
features = ["dev"]
version = "0.9"

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

[features]
asm = ["sha1-asm", "libc"]
asm-aarch64 = ["asm"]
compress = []
default = ["std"]
force-soft = []
std = ["digest/std"]

[lib]
name = "sha1"

[package]
authors = ["RustCrypto Developers"]
categories = ["cryptography", "no-std"]
description = "SHA-1 hash function"
documentation = "https://docs.rs/sha-1"
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.9.4"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))".dependencies.libc]
optional = true
version = "0.2.86"
[target."cfg(any(target_arch = \"x86\", target_arch = \"x86_64\"))".dependencies.cpuid-bool]
version = "0.1"