[package] name = "multimixer-128" version = "0.1.4" edition = "2021" authors = ["Anjan Roy "] description = "Universal Keyed Hashing Based on Integer Multiplication" documentation = "https://github.com/itzmeanjan/multimixer-128" readme = "README.md" repository = "https://github.com/itzmeanjan/multimixer-128.git" license = "MIT" keywords = ["cryptography", "keyed-hashing", "hashing"] categories = ["cryptography"] [features] internal = [] [dependencies] crunchy = "=0.2.2" [dev-dependencies] rand = "=0.8.5" hex = "=0.4.3" criterion = "=0.5.1" static_assertions = "1.1.0" [target.'cfg(any(target_arch = "x86", target_arch = "x86_64", target_arch = "aarch64", target_arch = "loongarch64"))'.dev-dependencies] criterion-cycles-per-byte = "=0.6.0" [lib] bench = false [[bench]] name = "multimixer_128" harness = false required-features = ["internal"] [[example]] name = "f_128" required-features = ["internal"]