This crate provides a wrapper around sodiumoxide's ecdh.

documenation crates.io link

Warning

This code has not been formally audited and should only be use with extreme care and advice from competent cryptographers.

Usage

To import ecdh_wrapper, add the following to the dependencies section of your project's Cargo.toml: toml ecdh_wrapper = "^0.0.2" Then import the crate as: rust,no_run extern crate ecdh_wrapper;

License

ecdh_wrapper is available via the GNU AFFERO GENERAL PUBLIC LICENSE.