[[bench]]
name = "lib"
path = "benches/lib.rs"
[build-dependencies.cc]
version = "1.0"
[lib]
name = "whirlpool_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 Whirlpool compression function"
documentation = "https://docs.rs/whirlpool-asm"
edition = "2018"
keywords = ["crypto", "whirlpool", "asm"]
license = "MIT"
name = "whirlpool-asm"
readme = false
repository = "https://github.com/RustCrypto/asm-hashes"
version = "0.6.2"