Crate rabbit[][src]

Expand description

This crate implements the Rabbit Stream Cipher Algorithm as described in RFC 4503

Re-exports

pub use cipher;

Structs

Rabbit stream cipher state.

Constants

RFC 4503. 2.4. IV Setup Scheme (page 2-3).

RFC 4503. 2.3. Key Setup Scheme (page 2).

Type Definitions

Rabbit Stream Cipher Initialization Vector. See RFC 4503 3.2. Initialization Vector (page 5).

Rabbit Stream Cipher Key.