noises ====== [![Build Status][badge-ci]][ci] [![Cargo Crate][badge-package]][package] [![License][badge-license]][license] An implementation of Trevor Perrin's noise cryptographic protocol framework. Example ------- Library in flux. Examples to come. Documentation ------------- [API documentation][docs] for the latest `master` is autogenerated using rustdoc. License ------- `noises` is distributed under the [MIT license][license]. [ci]: https://travis-ci.org/stouset/noises [docs]: https://stouset.github.io/noises [license]: https://github.com/stouset/noise/blob/master/LICENSE [package]: https://crates.io/crates/noises [badge-ci]: https://img.shields.io/travis/stouset/noises.svg [badge-license]: https://img.shields.io/crates/l/noises.svg [badge-package]: https://img.shields.io/crates/v/noises.svg