1 2 3 4 5 6 7 8
extern crate libpasta; #[macro_use] mod common; use libpasta::primitives::Bcrypt; config_test!(Bcrypt, "$$2y");