ockam_key_exchange_core 0.3.0

The Ockam Key Exchange trait.
Documentation
[package]
name = "ockam_key_exchange_core"
version = "0.3.0"
authors = ["Ockam Developers"]
edition = "2018"
license = "Apache-2.0"
homepage = "https://github.com/ockam-network/ockam"
repository = "https://github.com/ockam-network/ockam/tree/develop/implementations/rust/ockam/ockam_key_exchange_core"
readme = "README.md"
categories = ["cryptography", "asynchronous", "authentication","embedded", "no-std"]
keywords = ["ockam", "crypto", "kex", "cryptography", "encryption"]
description = """The Ockam Key Exchange trait.
"""

[dependencies]
ockam_core = { path = "../ockam_core", version = "0.11.0" }
ockam_vault_core = { path = "../ockam_vault_core" , version = "0.5.0" }
zeroize = { version = "1.1", features = ["zeroize_derive"] }