10 releases
Uses old Rust 2015
0.0.9 | Jan 28, 2019 |
---|---|
0.0.8 | Jan 18, 2019 |
0.0.7 | Nov 15, 2018 |
0.0.5 | Oct 22, 2018 |
0.0.0 | Apr 15, 2018 |
#7 in #ecdh
Used in 3 crates
16KB
269 lines
This crate provides a wrapper around x25519.
Warning
This code has not been formally audited. Use it at your own risk!
Installation
To import ecdh_wrapper
, add the following to the dependencies section of
your project's Cargo.toml
:
ecdh_wrapper = "^0.0.9"
Then import the crate as:
extern crate ecdh_wrapper;
License
ecdh_wrapper is available via the GNU AFFERO GENERAL PUBLIC LICENSE.
Dependencies
~9.5MB
~189K SLoC