blake3 0.3.8

the BLAKE3 hash function
Documentation
[build-dependencies.cc]
version = "1.0.4"
[dependencies.arrayref]
version = "0.3.5"

[dependencies.arrayvec]
default-features = false
features = ["array-sizes-33-128"]
version = "0.5.1"

[dependencies.cfg-if]
version = "0.1.10"

[dependencies.constant_time_eq]
version = "0.1.5"

[dependencies.crypto-mac]
version = "0.8.0"

[dependencies.digest]
version = "0.9.0"

[dependencies.rayon]
optional = true
version = "1.2.1"
[dev-dependencies.hex]
version = "0.4.2"

[dev-dependencies.page_size]
version = "0.4.1"

[dev-dependencies.rand]
version = "0.7.2"

[dev-dependencies.rand_chacha]
version = "0.2.1"

[features]
default = ["std"]
neon = []
no_avx2 = []
no_avx512 = []
no_sse2 = []
no_sse41 = []
prefer_intrinsics = []
pure = []
std = ["digest/std"]

[package]
authors = ["Jack O'Connor <oconnor663@gmail.com>"]
description = "the BLAKE3 hash function"
documentation = "https://docs.rs/blake3"
edition = "2018"
license = "CC0-1.0 OR Apache-2.0"
name = "blake3"
readme = "README.md"
repository = "https://github.com/BLAKE3-team/BLAKE3"
version = "0.3.8"
[package.metadata.docs.rs]
features = ["rayon"]