Type Alias Rabbit

Source
pub type Rabbit = StreamCipherCoreWrapper<RabbitCore>;
Expand description

The Rabbit stream cipher initializied with key and IV.

Aliased Typeยง

pub struct Rabbit { /* private fields */ }