whirlpool-asm 0.5.2

Assembly implementation of Whirlpool compression function
Documentation
[package]
name = "whirlpool-asm"
version = "0.5.2"
authors = ["RustCrypto Developers"]
license = "MIT"
description = "Assembly implementation of Whirlpool compression function"
documentation = "https://docs.rs/whirlpool-asm"
repository = "https://github.com/RustCrypto/asm-hashes"
keywords = ["crypto", "whirlpool", "asm"]
categories = ["cryptography", "no-std"]

[dependencies]

[build-dependencies]
cc = "1.0"

[badges]
travis-ci = { repository = "RustCrypto/asm-hashes" }