[[bench]]
harness = false
name = "lib"
[dependencies.chacha20]
version = "0.9.1"
[dependencies.chacha20poly1305]
version = "0.10.1"
[dependencies.ed25519-dalek]
features = ["rand_core"]
version = "2.0.0"
[dependencies.rand_core]
version = "0.6.4"
[dependencies.rayon]
optional = true
version = "1.8.1"
[dependencies.x25519-dalek]
features = ["static_secrets"]
version = "2.0.0"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5.1"
[features]
default = ["multi-thread"]
multi-thread = ["dep:rayon"]
[package]
authors = ["sean watters <sean@watters.io>"]
categories = ["cryptography"]
description = "Enabling efficient E2EE for large-audience pub/sub."
edition = "2021"
homepage = "https://github.com/seanwatters/rgp"
keywords = ["e2ee", "encryption"]
license = "MIT"
name = "rgp"
readme = "README.md"
repository = "https://github.com/seanwatters/rgp"
version = "0.1.13"