[−][src]Crate rabbit
This crate implements the Rabbit Stream Cipher Algorithm as described in RFC 4503
Re-exports
pub use cipher; |
Structs
| Rabbit | Rabbit stream cipher state. |
Constants
| IV_BYTE_LEN | RFC 4503. 2.4. IV Setup Scheme (page 2-3). |
| KEY_BYTE_LEN | RFC 4503. 2.3. Key Setup Scheme (page 2). |
Type Definitions
| Iv | Rabbit Stream Cipher Initialization Vector. See RFC 4503 3.2. Initialization Vector (page 5). |
| Key | Rabbit Stream Cipher Key. |