highway 0.6.4

Native Rust port of Google's HighwayHash, which makes use of SIMD instructions for a fast and strong hash function
Documentation
[[bench]]
harness = false
name = "bench_hashes"
[dev-dependencies.blake2]
version = "0.9.0"

[dev-dependencies.blake2b_simd]
version = "0.5.0"

[dev-dependencies.criterion]
version = "0.3.0"

[dev-dependencies.doc-comment]
version = "0.3"

[dev-dependencies.farmhash]
version = "1"

[dev-dependencies.fnv]
version = "1"

[dev-dependencies.fxhash]
version = "0.2.1"

[dev-dependencies.quickcheck]
version = "1"

[dev-dependencies.quickcheck_macros]
version = "1"

[dev-dependencies.sha2]
version = "0.9.0"

[dev-dependencies.t1ha]
version = "0.1"

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

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