cryprot-pprf 0.2.1

Implementation of a distributed PPRF for Silent OT
Documentation
[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"

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

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

[dependencies.cryprot-core]
features = ["num-traits", "tokio-rayon"]
version = "0.3.0"

[dependencies.cryprot-net]
version = "0.2.1"

[dependencies.futures]
version = "0.3.30"

[dependencies.ndarray]
version = "0.17.2"

[dependencies.rand]
version = "0.9.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.203"

[dependencies.thiserror]
version = "2.0.9"

[dependencies.tokio]
features = ["sync"]
version = "1.37.0"

[dependencies.tracing]
version = "0.1.40"

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

[dev-dependencies.cryprot-core]
features = ["__testing"]
version = "0.3.0"

[dev-dependencies.cryprot-net]
features = ["__testing"]
version = "0.2.1"

[dev-dependencies.tokio]
features = ["full"]
version = "1.37.0"

[lib]
name = "cryprot_pprf"
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 = "Implementation of a distributed PPRF for Silent OT"
edition = "2024"
keywords = ["mpc", "pprf", "silent-ot"]
license = "MIT"
name = "cryprot-pprf"
readme = "README.md"
repository = "https://github.com/robinhundt/CryProt"
resolver = "2"
version = "0.2.1"