highway 0.3.0

Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function
Documentation
[package]
name = "highway"
version = "0.3.0"
authors = ["Nick Babcock <nbabcock19@hotmail.com>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/nickbabcock/highway-rs"
categories = ["algorithms", "cryptography"]
description = "Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function"
keywords = ["HighwayHash", "hash", "simd", "avx"]

[dependencies]
byteorder = "1"

[dev-dependencies]
criterion = "0.2.5"
sha2 = "0.8.0"
fnv = "1"
farmhash = "1"
blake2 = "0.8.0"
blake2b_simd = "0.5.0"
fxhash = "0.2.1"
quickcheck = "0.8"
quickcheck_macros = "0.8"
t1ha = "0.1"

[[bench]]
name = "bench_hashes"
harness = false