groestl-aesni 0.2.2

Hardware-accelerated Groestl hash for x86-64 systems with AES extensions
Documentation
[package]
name = "groestl-aesni"
version = "0.2.2"
authors = ["The CryptoCorrosion Contributors"]
license = "MIT/Apache-2.0"
description = "Hardware-accelerated Groestl hash for x86-64 systems with AES extensions"
documentation = "https://docs.rs/groestl-aesni"
keywords = ["crypto", "groestl", "hash", "digest"]
categories = ["cryptography", "no-std"]
repository = "https://github.com/cryptocorrosion/hashes"
edition = "2018"

[dependencies]
block-buffer = "0.7"
digest = "0.8"
lazy_static = { version = "1.2", optional = true }

[dev-dependencies]
digest = { version = "0.8", features = ["dev"] }

[features]
std = ["lazy_static"]
default = ["std"]

[badges]
travis-ci = { repository = "cryptocorrosion/cryptocorrosion" }