sha1-asm 0.5.3

Assembly implementation of SHA-1 compression function
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "sha1-asm"
version = "0.5.3"
authors = ["RustCrypto Developers"]
license = "MIT"
description = "Assembly implementation of SHA-1 compression function"
documentation = "https://docs.rs/sha1-asm"
repository = "https://github.com/RustCrypto/asm-hashes"
keywords = ["crypto", "sha1", "asm"]
categories = ["cryptography", "no-std"]
edition = "2018"

[build-dependencies]
cc = "1.0"