use ffi::{crypto_stream_aes128ctr,
crypto_stream_aes128ctr_xor,
crypto_stream_aes128ctr_KEYBYTES,
crypto_stream_aes128ctr_NONCEBYTES};
stream_module!(crypto_stream_aes128ctr,
crypto_stream_aes128ctr_xor,
crypto_stream_aes128ctr_KEYBYTES,
crypto_stream_aes128ctr_NONCEBYTES);