[package]
name = "blake2b_simd"
version = "0.5.11"
authors = ["Jack O'Connor"]
description = "a pure Rust BLAKE2b implementation with dynamic SIMD"
license = "MIT"
repository = "https://github.com/oconnor663/blake2_simd"
documentation = "https://docs.rs/blake2b_simd"
readme = "README.md"
keywords = ["blake2b", "blake2bp", "blake2"]
edition = "2018"
[features]
default = ["std"]
std = []
uninline_portable = []
[dependencies]
arrayref = "0.3.5"
arrayvec = { version = "0.5.0", default-features = false }
constant_time_eq = "0.1.3"