arb_hash 0.1.18

Arbitrary block length hash function, including some other related and handy functions.
Documentation
1
2
3
4
5
6
7
# arb_hash
Arbitrary block length hash function, potentially cryptographically secure. Passes BigCrush

This crate contains a number of useful functions for working with several applications of arb_hash,
along with additional helper functions for managing the blocks used in said functions.

The crate has been designed to run many functions at compile time, if possible.