xc220b3 0.3.0

Quantum-safe stream encryption using XChaCha20 and BLAKE3 along with various other cryptographic primitives.
Documentation
[dependencies.arrayvec]
default-features = false
version = "0.7.2"

[dependencies.blake3]
version = "1.3.1"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.constant_time_eq]
version = "0.2.4"

[dependencies.k256]
default-features = false
features = ["ecdh"]
version = "0.11.6"

[dependencies.rand_core]
version = "0.6.4"

[dependencies.tracing]
version = "0.1.36"

[features]
default = []
tracing = []

[package]
authors = ["Azz [asteria@valera.co]"]
description = "Quantum-safe stream encryption using XChaCha20 and BLAKE3 along with various other cryptographic primitives."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "xc220b3"
repository = "https://github.com/valeralabs/xc220b3"
resolver = "1"
version = "0.3.0"