ecdh_wrapper

Crates.ioecdh_wrapper
lib.rsecdh_wrapper
version0.0.9
sourcesrc
created_at2018-04-15 19:57:29.520853
updated_at2019-01-28 22:25:21.044033
descriptionECDH wrapper library
homepagehttps://github.com/sphinx-cryptography/ecdh_wrapper
repositoryhttps://github.com/sphinx-cryptography/ecdh_wrapper
max_upload_size
id60797
size49,503
David Stainton (david415)

documentation

https://docs.rs/ecdh_wrapper/

README

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!

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.

Commit count: 26

cargo fmt