[[bench]]
name = "bench"
path = "benches/bench.rs"
[dependencies.blake3]
version = "1"
[dependencies.rand]
version = "0.9"
[dev-dependencies.duct]
version = "0.13.6"
[dev-dependencies.hex]
version = "0.4.3"
[dev-dependencies.page_size]
version = "0.6"
[lib]
name = "bessie"
path = "src/lib.rs"
[package]
authors = ["Jack O'Connor <oconnor663@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "an authenticated, chunked cipher based on BLAKE3"
documentation = "https://docs.rs/bessie"
edition = "2021"
license = "CC0-1.0 OR Apache-2.0"
name = "bessie"
readme = "README.md"
repository = "https://github.com/oconnor663/bessie"
version = "0.1.0"
[[test]]
name = "compare_python"
path = "tests/compare_python.rs"