rabbit 0.1.0

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

rust-rabbit Build Status

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

Installation

Use cargo package.

Use in #[no_std] environment.

Use nostd feature.

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

Documentation

Hosted on github pages.