sha2-asm 0.6.4

Assembly implementation of SHA-2 compression functions
Documentation
[[bench]]
name = "lib"
path = "benches/lib.rs"
[build-dependencies.cc]
version = "1.0"

[lib]
name = "sha2_asm"
path = "src/lib.rs"

[package]
authors = ["RustCrypto Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["cryptography", "no-std"]
description = "Assembly implementation of SHA-2 compression functions"
documentation = "https://docs.rs/sha2-asm"
edition = "2018"
keywords = ["crypto", "sha2", "asm"]
license = "MIT"
name = "sha2-asm"
readme = false
repository = "https://github.com/RustCrypto/asm-hashes"
version = "0.6.4"