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

#2378 in Cryptography

Download history 113/week @ 2024-02-14 62/week @ 2024-02-21 18/week @ 2024-02-28 2/week @ 2024-03-06 3/week @ 2024-03-13

89 downloads per month
Used in ockam_channel

Apache-2.0

265KB
5.5K SLoC

ockam_key_exchange_x3dh

crate docs license discuss

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

~3.5–4.5MB
~88K SLoC