sha2-asm 0.5.5

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

[build-dependencies]
cc = "1.0"