quantacipher-core 0.1.0

Zero-trust PQC (Kyber) encryption core
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "quantacipher-core"
version = "0.1.0"
edition = "2021"
description = "Zero-trust PQC (Kyber) encryption core"
repository = "https://github.com/xaexaex/quantacipher"
license = "MIT"
authors = ["QuantaLabs"]

[dependencies]
base64 = "0.21"
aes-gcm = "0.10"
pqc_kyber = "0.7.1"
rand = "0.8"
# Note: getrandom is removed from here so we don't force 'js' feature on Python builds.
# It will use the OS default rng (or WASM rng if provided in the wrapper).