mini-rcrypt: A minimal Rust implementation of OpenBSD Blowfish password hashing code.
Usage
use BCrypt;
let salt = gensalt.unwrap;
let hash = hashpw.unwrap;
let check = checkpw;
assert!;