rabbit 0.1.0

An implementation of the Rabbit Stream Cipher Algorithm with support of no_std environment.
Documentation
### rust-rabbit [![Build Status]https://travis-ci.org/blackbeam/rust-rabbit.svg?branch=master]https://travis-ci.org/blackbeam/rust-rabbit

An implementation of the Rabbit Stream Cipher Algorithm with support of no_std environment.

#### Installation

Use [cargo package](https://crates.io/crates/rabbit).

#### Use in `#[no_std]` environment.

Use `nostd` feature.

```toml
[dependencies]
rabbit = { version = SOME_VERSION, features = ["nostd"] }
```

#### Documentation

Hosted on [github pages](https://blackbeam.github.io/rust-rabbit).