bidirectional hash
A simple bidrectional hash implementation based on this Psuedo Encrypt algorithm, which is a Feistel network, with support up to 128 bit numbers.
Usage
cargo add bidirectional_hash
use hash;
A simple bidrectional hash implementation based on this Psuedo Encrypt algorithm, which is a Feistel network, with support up to 128 bit numbers.
cargo add bidirectional_hash
use hash;