[package] name = "kangarootwelve_xkcp" version = "0.1.5" edition = "2018" authors = ["Jack O'Connor "] description = "An FFI wrapper for the XKCP implementation of the KangarooTwelve hash function" repository = "https://github.com/oconnor663/kangarootwelve_xkcp.rs" license-file = "LICENSE" documentation = "https://docs.rs/kangarootwelve_xkcp" readme = "README.md" keywords = ["kangarootwelve", "k12"] [dependencies] arrayvec = "0.5.1" constant_time_eq = "0.1.5" [dev-dependencies] digest = "0.9.0" hex = "0.4.2" k12 = "0.1.0" page_size = "0.4.2" rand = "0.7.3" [build-dependencies] cc = "1.0.50"