1
2
3
4
5
6
7
#![doc(html_logo_url = "https://raw.githubusercontent.com/libOctavo/octavo/master/docs/logo.png",
       html_root_url = "http://libOctavo.github.io/")]

extern crate octavo_crypto as crypto;
extern crate byteorder;

pub mod bcrypt;