ockam_key_exchange_x3dh 0.71.0

The Ockam X3DH implementation.
Documentation
[dependencies.arrayref]
version = "0.3"

[dependencies.hex]
default-features = false
version = "0.4"

[dependencies.ockam_core]
default_features = false
version = "^0.76.0"

[dependencies.ockam_macros]
default_features = false
version = "^0.27.0"

[dependencies.zeroize]
features = ["zeroize_derive"]
version = "1.4.2"
[dev-dependencies.ockam_node]
version = "^0.79.0"

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

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

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