ling-crypto 2030.1.6

Post-quantum and classical cryptography for Ling — real ML-KEM-768 (FIPS 203), X25519+ML-KEM hybrid KEM, AES-GCM, XChaCha20, Blake3, SHA3, Argon2id, Shamir over GF(2^8), Ristretto Schnorr ZKP, VRF
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "ling-crypto"
version = "2030.1.6"
authors = [
    "Ling Lin <taellinglin@gmail.com>",
    "Sanny Lin <SannyLing53@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Post-quantum and classical cryptography for Ling — real ML-KEM-768 (FIPS 203), X25519+ML-KEM hybrid KEM, AES-GCM, XChaCha20, Blake3, SHA3, Argon2id, Shamir over GF(2^8), Ristretto Schnorr ZKP, VRF"
readme = false
license = "Apache-2.0 OR MIT"
repository = "https://github.com/taellinglin/ling"

[features]
default = []

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

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

[dependencies.aes-gcm]
version = "0.10"
features = ["aes"]

[dependencies.argon2]
version = "0.5"

[dependencies.blake3]
version = "1.5"

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.curve25519-dalek]
version = "4.1"
features = ["rand_core"]

[dependencies.ed25519-dalek]
version = "2.1"
features = ["rand_core"]

[dependencies.hkdf]
version = "0.12"

[dependencies.hmac]
version = "0.12"

[dependencies.ml-dsa]
version = "0.1"
features = ["getrandom"]

[dependencies.ml-kem]
version = "0.3"
features = ["getrandom"]

[dependencies.rand]
version = "0.8"
features = ["std"]

[dependencies.rand_core]
version = "0.6"
features = ["getrandom"]

[dependencies.sha3]
version = "0.10"

[dependencies.subtle]
version = "2.6"

[dependencies.x25519-dalek]
version = "2.0"
features = ["static_secrets"]

[dependencies.zeroize]
version = "1.8"
features = ["derive"]

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
version = "0.2"
features = ["js"]

[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom_04]
version = "0.4"
features = ["wasm_js"]
package = "getrandom"