x3dh-ke 0.1.5

Implementation of X3DH
Documentation
[[bench]]
harness = false
name = "x3dh_bench"
[badges.maintenance]
status = "actively-developed"
[dependencies.base64ct]
version = "1.1.1"

[dependencies.bincode]
optional = true
version = "1.3.3"

[dependencies.const-oid]
version = "0.6.2"

[dependencies.getrandom]
version = "0.2.3"

[dependencies.hkdf]
version = "0.11.0"

[dependencies.p256]
features = ["zeroize", "ecdsa", "ecdh", "arithmetic", "pem"]
version = "0.9.0"

[dependencies.rand_core]
version = "0.6.2"

[dependencies.serde]
optional = true
version = "1.0.126"

[dependencies.serde_bytes]
optional = true
version = "0.11.5"

[dependencies.sha2]
version = "0.9.5"
[dev-dependencies.criterion]
version = "0.3.5"

[dev-dependencies.crossbeam-deque]
version = "0.8.1"

[dev-dependencies.crossbeam-epoch]
version = "0.9.5"

[features]
bytes = ["serde/derive", "serde", "bincode", "serde_bytes"]
default = ["bytes"]
wasm = ["getrandom/js"]

[package]
authors = ["Hannes Furmans"]
description = "Implementation of X3DH"
edition = "2018"
homepage = "https://github.com/Decentrailzed-Communication-System/x3dh-ke"
keywords = ["signal", "crypto", "cryptographie", "x3dh"]
license = "MIT"
name = "x3dh-ke"
readme = "README.md"
repository = "https://github.com/Decentrailzed-Communication-System/x3dh-ke"
version = "0.1.5"