zest4096

Crates.iozest4096
lib.rszest4096
version0.1.27
sourcesrc
created_at2021-10-11 10:02:15.643813
updated_at2021-11-03 13:57:34.598138
descriptionChaCha based hash for faster, larger blocks
homepage
repository
max_upload_size
id463492
size20,406
Eric Petersen (RetroDev256)

documentation

README

Zest hash, 4096 bit block hash:

Features of this crate:

Contains an implementation of zest4096, a fast block hash based off of chacha20, as well as helper functions which uses it.

Contains a fully functional CSPRNG with associated tools, Symmetric 4096 bit encryption (using the hash in GCM mode), Digests of byte slices, etc.

Disclaimer:

The security level of this hash function, and associated tools have not been tested. Use at your own risk.

Hashes of 64 element arrays of identical 64 bit values (such as all 0, all 1, etc) will result in undesireable output.

Commit count: 0

cargo fmt