libnzhash 1.0.0

***Experimental*** Hashing algorith and facilities. Hash is dependant os byrte size required, scales to very large hash.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "libnzhash"
version = "1.0.0"
edition = "2018"
license = "AGPL-3.0-only"
description = "***Experimental*** Hashing algorith and facilities. Hash is dependant os byrte size required, scales to very large hash."
authors = ["SYSAU LAB", "Sylvain Saucier"]

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

[dependencies]
libnzbig = "1.0.0"
libnzprimes = "1.0.0"