[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"