[dependencies.byteorder]
version = "1.3.4"
[dependencies.digest]
version = "0.10.3"
[dependencies.fake-simd]
version = "0.1"
[dependencies.lazy_static]
version = "1.2"
[dependencies.opaque-debug]
version = "0.3"
[dependencies.sha2-asm]
optional = true
version = "0.6"
[dev-dependencies.rand]
version = "0.8"
[dev-dependencies.rand_xorshift]
version = "0.3.0"
[dev-dependencies.sha2]
version = "0.10.2"
[features]
asm = ["sha2-asm"]
default = ["asm"]
[lib]
name = "sha2raw"
path = "src/lib.rs"
[package]
authors = ["RustCrypto Developers", "Friedel Ziegelmayer <me@dignifiedquire.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "no-std"]
description = "SHA-2 hash function"
documentation = "https://docs.rs/sha2raw"
edition = "2018"
keywords = ["crypto", "sha2", "hash", "digest"]
license = "MIT OR Apache-2.0"
name = "sha2raw"
readme = "README.md"
repository = "https://github.com/filecoin-project/rust-fil-proofs"
version = "14.0.1"
[target.'cfg(target_arch = "x86_64")'.dependencies.cpufeatures]
version = "0.2.2"