ockam_key_exchange_xx 0.73.0

The Ockam Noise XX implementation.
Documentation
[dependencies.ockam_core]
default_features = false
version = "^0.77.0"

[dependencies.ockam_macros]
default_features = false
version = "^0.27.0"
[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.ockam_node]
version = "^0.80.0"

[dev-dependencies.ockam_vault]
version = "^0.73.0"

[features]
alloc = ["ockam_core/alloc", "ockam_macros/alloc"]
default = ["std"]
no_std = ["ockam_core/no_std", "ockam_macros/no_std"]
std = ["ockam_core/std", "ockam_macros/std", "alloc"]

[package]
authors = ["Ockam Developers"]
categories = ["cryptography", "asynchronous", "authentication", "embedded", "no-std"]
description = "The Ockam Noise XX implementation.\n"
edition = "2021"
homepage = "https://github.com/build-trust/ockam"
keywords = ["ockam", "crypto", "xx", "cryptography", "encryption"]
license = "Apache-2.0"
name = "ockam_key_exchange_xx"
publish = true
readme = "README.md"
repository = "https://github.com/build-trust/ockam/tree/develop/implementations/rust/ockam/ockam_key_exchange_xx"
resolver = "2"
rust-version = "1.56.0"
version = "0.73.0"