scrypt 0.1.4 -------------------------------------------------------------------------------- * Removed redundant usages of Rcpp:::CxxFlags() and Rcpp:::LdFlags() * Fix UBSAN issue flagged by CRAN: The salt parameter of crypto_scrypt() was set to NULL in getcpupref(). This NULL value was used as src in a call to memcpy() scrypt 0.1.3 -------------------------------------------------------------------------------- * Update package to comply with CRAN policies scrypt 0.1.1 -------------------------------------------------------------------------------- * Require R >= 3.0 * Fix configure script permission (can not install on RStudio Server) * Fix namespace collision with OpenSSL (causes RStudio Server crash) scrypt 0.1.0 -------------------------------------------------------------------------------- * Initial Release