jh-rs 0.1.0

JH hash implementation in pure rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "jh-rs"
version = "0.1.0"
authors = ["DaanA32 <daan32@gmail.com>"]
edition = "2018"
license-file = "LICENSE"
description = "JH hash implementation in pure rust"
repository = "https://github.com/DaanA32/jh-rs"
keywords = ["hash"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dev-dependencies]
jh-ffi = "0.5.0"
rand = "0.8.3"