ecdh_wrapper 0.0.7

ECDH wrapper library, currently wrapping sodiumoxide.
Documentation

This crate provides a wrapper around x25519.

documenation crates.io link

Warning

This code has not been formally audited. Use it at your own risk!

Usage

To import ecdh_wrapper, add the following to the dependencies section of your project's Cargo.toml:

ecdh_wrapper = "^0.0.7"

Then import the crate as:

extern crate ecdh_wrapper;

License

ecdh_wrapper is available via the GNU AFFERO GENERAL PUBLIC LICENSE.