export(hashPassword)
export(scrypt)
export(verifyPassword)
importFrom(Rcpp,evalCpp)
useDynLib(scrypt, .registration=TRUE)
