1
2
3
4
5
6
7
#![no_std]
extern crate block_cipher_trait;

#[cfg(cargo_feature = "zeroize")]
extern crate zeroize;

pub extern crate stream_cipher;