[package] name = "blake2s_simd" version = "1.0.2" authors = ["Jack O'Connor"] description = "a pure Rust BLAKE2s implementation with dynamic SIMD" license = "MIT" repository = "https://github.com/oconnor663/blake2_simd" documentation = "https://docs.rs/blake2s_simd" readme = "README.md" keywords = ["blake2s", "blake2sp", "blake2"] edition = "2018" [features] default = ["std"] std = [] [dependencies] arrayref = "0.3.5" arrayvec = { version = "0.7.0", default-features = false } constant_time_eq = "0.3.0"