rc5-cipher 0.1.2

A generic use elliptic curve library
Documentation
1
2
3
4
pub mod rc5;
pub mod word;

pub use rc5::{decrypt, encrypt, expand_key};