[go: up one dir, main page]

orion 0.1.3

Hassle-free cryptographic function(s) in Rust.
Documentation
1
2
3
4
5
6
extern crate rand;
extern crate ring;

pub mod functions;
pub mod hmac;
pub mod hkdf;