ipcrypt 0.1.0

Symmetric IPv4 address encryption
Documentation
1
2
3
4
5
6
7
8
9
10
11
[![Travis Build Status](https://travis-ci.org/stbuehler/rust-ipcrypt.svg?branch=master)](https://travis-ci.org/stbuehler/rust-ipcrypt)
[![AppVeyor Status](https://ci.appveyor.com/api/projects/status/c594gh1u76mvtalj?svg=true)](https://ci.appveyor.com/project/stbuehler/rust-ipcrypt)
[![crates.io](https://img.shields.io/crates/v/ipcrypt.svg)](https://crates.io/crates/ipcrypt)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)

`ipcrypt` was designed by Jean-Philippe Aumasson to encrypt IPv4
addresses with 16-byte keys, where the result is still an IPv4 address.

Derived from the implementation at: <https://github.com/veorq/ipcrypt>

The documentation for `master` is located at [https://stbuehler.github.io/rustdocs/ipcrypt/ipcrypt/](https://stbuehler.github.io/rustdocs/ipcrypt/ipcrypt/); released versions are documented at [https://docs.rs/ipcrypt](https://docs.rs/ipcrypt).