kyberauth 0.6.0

Enable AES keys transfer on unsecure channel using quantum-resistant Kyber
Documentation
[badges.maintenance]
status = "passively-maintained"

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

[dependencies.futures]
version = "~0.3.29"

[dependencies.hex]
version = "~0.4.3"

[dependencies.rand]
version = "~0.8.5"

[dependencies.safe_pqc_kyber]
features = ["zeroize"]
version = "0.6.2"

[dependencies.sha3]
version = "~0.10.8"

[dependencies.tempfile]
version = "~3.10.1"

[dependencies.tokio]
features = ["net", "rt", "io-util", "macros", "time"]
version = "~1.37.0"

[dependencies.winapi]
version = "~0.3.9"

[dependencies.zeroize]
version = "~1.7.0"

[lib]
name = "kyberauth"
path = "src/lib.rs"

[lints.rust]
unsafe_code = "warn"

[package]
authors = ["DorianCoding"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["authentication", "cryptography"]
description = "Enable AES keys transfer on unsecure channel using quantum-resistant Kyber"
edition = "2024"
keywords = ["cryptography", "kem", "aes256"]
license = "MIT OR Apache-2.0"
name = "kyberauth"
readme = "README.md"
repository = "https://github.com/DorianCoding/Kyberauth"
rust-version = "1.85"
version = "0.6.0"

[[test]]
name = "test"
path = "tests/test.rs"