secure_serialisation 0.5.0

Functions to encode/decode and encrypt/decrypt data using public-key, authenticated encryption.
Documentation
# secure_serialisation

**Maintainer:** Spandan Sharma (spandan.sharma@maidsafe.net)

|Crate|Documentation|Linux/OS X|Windows|Issues|
|:---:|:-----------:|:--------:|:-----:|:----:|
|[![](http://meritbadge.herokuapp.com/secure_serialisation)](https://crates.io/crates/secure_serialisation)|[![Documentation](https://docs.rs/secure_serialisation/badge.svg)](https://docs.rs/secure_serialisation)|[![Build Status](https://travis-ci.org/maidsafe/secure_serialisation.svg?branch=master)](https://travis-ci.org/maidsafe/secure_serialisation)|[![Build status](https://ci.appveyor.com/api/projects/status/fw4t0s9dkipefjuy/branch/master?svg=true)](https://ci.appveyor.com/project/MaidSafe-QA/secure-serialisation/branch/master)|[![Stories in Ready](https://badge.waffle.io/maidsafe/secure_serialisation.png?label=ready&title=Ready)](https://waffle.io/maidsafe/secure_serialisation)|

| [MaidSafe website](https://maidsafe.net) | [SAFE Dev Forum](https://forum.safedev.org) | [SAFE Network Forum](https://safenetforum.org) |
|:----------------------------------------:|:-------------------------------------------:|:----------------------------------------------:|

## Overview

To be used only with transient nacl key pairs Public Key authenticated encryption (box). Creates and supplies nonce in message.

## License

Licensed under either of

* the MaidSafe.net Commercial License, version 1.0 or later ([LICENSE](LICENSE))
* the General Public License (GPL), version 3 ([COPYING](COPYING) or http://www.gnu.org/licenses/gpl-3.0.en.html)

at your option.

## Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the
work by you, as defined in the MaidSafe Contributor Agreement ([CONTRIBUTOR](CONTRIBUTOR)), shall be
dual licensed as above, and you agree to be bound by the terms of the MaidSafe Contributor Agreement.