bidirectional_hash 0.1.0

A simple implementation of a bidirectional hash function using a Feistel network.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "bidirectional_hash"
description = "A simple implementation of a bidirectional hash function using a Feistel network."
license = "MIT"
version = "0.1.0"
edition = "2021"
repository = "https://gitlab.com/magicfoodhand/bidirectional_hash"
readme = "README.md"
keywords = ["feistel", "bidirectional", "hash"]

[dev-dependencies]
rand = "0.8.5"
paste = "1.0.15"