smchash 0.1.1

High-performance hash function passing all 188 SMHasher3 tests
Documentation
[dev-dependencies.criterion]
version = "0.5"

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

[lib]
name = "smchash"
path = "src/lib.rs"

[package]
authors = ["ScaleCode Solutions"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "no-std"]
description = "High-performance hash function passing all 188 SMHasher3 tests"
documentation = "https://docs.rs/smchash"
edition = "2021"
keywords = ["hash", "hashing", "smchash", "fast"]
license = "MIT"
name = "smchash"
readme = "README.md"
repository = "https://github.com/scalecode-solutions/smcHash"
version = "0.1.1"