qfe 0.3.0

Experimental protocol for quantum-secure communications
Documentation
[dependencies.rand]
version = "0.9.0"

[dependencies.sha2]
version = "0.10.8"

[[example]]
name = "hello"
path = "examples/hello.rs"

[[example]]
name = "zkp_simple"
path = "examples/zkp_simple.rs"

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

[package]
authors = ["n12n <nigel.christian@hiahatf.org>", "Gemini"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography"]
description = "Experimental protocol for quantum-secure communications"
documentation = "https://docs.rs/qfe"
edition = "2024"
keywords = ["ai", "pqs", "quantum-proof", "quantum", "security"]
license = "MIT"
name = "qfe"
readme = "README.md"
repository = "https://github.com/kn0sys/qfe"
version = "0.3.0"