66 breaking releases
0.71.0 | Mar 3, 2023 |
---|---|
0.69.0 | Feb 10, 2023 |
0.65.0 | Sep 21, 2022 |
0.56.0 | Jul 18, 2022 |
0.13.0 | Jul 29, 2021 |
#2719 in Cryptography
147 downloads per month
Used in ockam_channel
300KB
6.5K
SLoC
ockam_key_exchange_x3dh
Ockam is a library for building devices that communicate securely, privately and trustfully with cloud services and other devices.
In order to support a variety of key exchange protocols Ockam crate uses an abstract Key Exchange trait.
This crate provides an implementation of Key Exchange using X3DH protocol.
The main Ockam has optional dependency on this crate.
Usage
Add this to your Cargo.toml
:
[dependencies]
ockam_key_exchange_x3dh = "0.71.0"
License
This code is licensed under the terms of the Apache License 2.0.
Dependencies
~5.5MB
~110K SLoC