JenkHash 0.3.0

Bob Jenkins hash functions for Rust with a digest-compatible API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "JenkHash"
description = "Bob Jenkins hash functions for Rust with a digest-compatible API."
version = "0.3.0"
edition = "2024"
authors = ["DrakeTDL"]

include = ["/src", "/LICENSE"]

repository = "https://gitlab.com/DrakeTDL/JenkHash"
readme = "README.md"
license-file = "LICENSE"
categories = ["no-std", "algorithms"]

[dependencies]
digest = { version = "0.10.7", default-features = false }