68 breaking releases

0.72.0 Mar 3, 2023
0.70.0 Feb 9, 2023
0.67.0 Nov 9, 2022
0.57.0 Jul 18, 2022
0.14.0 Jul 29, 2021

#579 in Cryptography

Download history 23/week @ 2022-11-28 39/week @ 2022-12-05 115/week @ 2022-12-12 40/week @ 2022-12-19 32/week @ 2022-12-26 26/week @ 2023-01-02 48/week @ 2023-01-09 52/week @ 2023-01-16 58/week @ 2023-01-23 221/week @ 2023-01-30 566/week @ 2023-02-06 310/week @ 2023-02-13 217/week @ 2023-02-20 305/week @ 2023-02-27 52/week @ 2023-03-06 36/week @ 2023-03-13

627 downloads per month
Used in 7 crates (4 directly)

Apache-2.0

245KB
5.5K SLoC

ockam_key_exchange_xx

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 Noise protocol with XX pattern.

The main Ockam has optional dependency on this crate.

Usage

Add this to your Cargo.toml:

[dependencies]
ockam_key_exchange_xx = "0.72.0"

License

This code is licensed under the terms of the Apache License 2.0.

Dependencies

~3–4.5MB
~90K SLoC