1
2
3
4
5
extern crate rand;
extern crate ring;

pub mod functions;
pub mod hmac;