Documentation
1
2
3
4
5
6
7
#![no_std]

mod block_cipher;
mod core;

pub use crate::core::RC6;
pub use block_cipher::*;