cryprot-codes 0.2.1

Linear codes for Silent OT.
Documentation
[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"

[dependencies.aes]
features = ["hazmat"]
version = "=0.9.0-rc.1"

[dependencies.bytemuck]
features = ["must_cast"]
version = "1.21.0"

[dependencies.cpufeatures]
version = "0.2.17"

[dependencies.cryprot-core]
version = "0.3.0"

[dependencies.fastdivide]
version = "0.4.2"

[dependencies.hybrid-array]
features = ["bytemuck"]
version = "0.4.1"

[dependencies.rand]
version = "0.9.0"

[dependencies.seq-macro]
version = "=0.3.5"

[dev-dependencies.criterion]
features = ["async_tokio", "html_reports"]
version = "0.8"

[features]
bench-libote = ["dep:libote-codes"]
libote-compat = ["dep:libote-codes"]

[lib]
bench = false
name = "cryprot_codes"
path = "src/lib.rs"

[lints.clippy]
unwrap_used = "warn"

[package]
authors = ["Robin Hundt"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Linear codes for Silent OT."
edition = "2024"
keywords = ["expand-convolute"]
license = "MIT"
name = "cryprot-codes"
readme = "README.md"
repository = "https://github.com/robinhundt/CryProt"
resolver = "2"
version = "0.2.1"

[target.'cfg(target_os = "linux")'.dependencies.libote-codes]
optional = true
version = "0.1.0"