cryptonight-hash 0.1.2

A pure-rust implementation of the CryptoNight digest algorithm.
Documentation
[[bench]]
harness = false
name = "benchmarks"
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
branch = "master"
repository = "bertptrs/cryptonight-hash"
[dependencies.blake-hash]
version = "0.3.1"

[dependencies.digest]
version = "0.8.1"

[dependencies.groestl]
version = "0.8.0"

[dependencies.jh-x86_64]
version = "0.2.2"

[dependencies.sha3]
version = "0.8.2"

[dependencies.skein-hash]
version = "0.3.0"

[dependencies.slice-cast]
version = "0.1.2"

[dependencies.tiny-keccak]
version = "1.5.0"
[dev-dependencies.criterion]
version = "0.3.0"

[dev-dependencies.hex]
version = "0.4.0"

[dev-dependencies.hex-literal]
version = "0.2.1"

[features]
aesni = []
default = ["aesni"]

[package]
authors = ["Bert Peters <bert@bertptrs.nl>"]
categories = ["cryptography::cryptocurrencies"]
description = "A pure-rust implementation of the CryptoNight digest algorithm."
documentation = "https://docs.rs/cryptonight-hash"
edition = "2018"
keywords = ["cryptonight", "cryptonote", "aesni", "hash", "digest"]
license = "MIT"
name = "cryptonight-hash"
readme = "README.md"
repository = "https://github.com/bertptrs/cryptonight-hash"
version = "0.1.2"