[package] name = "crypto_api_blake2" edition = "2018" version = "0.2.0" authors = ["Keziah Biermann "] description = "Implements Blake2b for `crypto_api`" keywords = ["Crypto", "Blake2", "Hash", "MAC", "KDF"] license = "BSD-2-Clause OR MIT" repository = "https://github.com/KizzyCode/crypto_api_blake2" readme = "README.md" [dependencies] crypto_api = "0.2.2" [profile.release] overflow-checks = true [profile.bench] overflow-checks = true