sha1-asm 0.5.3

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

[lib]
name = "sha1_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-1 compression function"
documentation = "https://docs.rs/sha1-asm"
edition = "2018"
keywords = ["crypto", "sha1", "asm"]
license = "MIT"
name = "sha1-asm"
readme = false
repository = "https://github.com/RustCrypto/asm-hashes"
version = "0.5.3"