cep 0.2.0

Common encryption protocols
Documentation
[[bin]]
name = "uniffi-bindgen"
path = "uniffi-bindgen.rs"

[build-dependencies.uniffi]
features = ["build"]
version = "0.29.3"

[dependencies.aes-gcm]
version = "0.10.3"

[dependencies.libcrux-ml-kem]
features = ["std", "simd256", "mlkem512", "mlkem768", "mlkem1024"]
version = "0.0.3"

[dependencies.rand]
version = "0.9.2"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.uniffi]
features = ["cli"]
version = "0.29.3"

[dependencies.x25519-dalek]
version = "3.0.0-pre.1"

[lib]
crate-type = ["cdylib"]
name = "cep"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Common encryption protocols"
edition = "2024"
homepage = "https://github.com/4831c0/cep"
license = "MIT"
name = "cep"
readme = "README.md"
repository = "https://github.com/4831c0/cep"
version = "0.2.0"