noise-framework 0.4.0

Noise protocol framework in functional style
Documentation
[dependencies.amplify]
version = "4.6.0"

[dependencies.chacha20poly1305]
version = "0.10.1"

[dependencies.cyphergraphy]
version = "0.3.0"

[features]
blake3 = ["cyphergraphy/blake3"]
secp256k1 = ["cyphergraphy/secp256k1", "cyphergraphy/keygen_secp256k1"]
sha2 = ["cyphergraphy/sha2"]
sha3 = ["cyphergraphy/sha3"]
x25519 = ["cyphergraphy/x25519", "cyphergraphy/keygen_25519"]

[lib]
name = "noise"

[package]
authors = ["Dr. Maxim Orlovsky <orlovsky@cyphernet.org>"]
categories = ["network-programming", "cryptography"]
description = "Noise protocol framework in functional style"
edition = "2021"
homepage = "https://cyphernet.org"
keywords = ["cyphernet", "privacy", "noise", "end-to-end", "ecryption"]
license = "Apache-2.0"
name = "noise-framework"
readme = "README.md"
repository = "https://github.com/Cyphernet-DAO/rust-cyphernet"
rust-version = "1.69"
version = "0.4.0"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "docsrs"]