Changes in version 0.1.5 (2023-01-17) o Change 'checking for gcc' to 'checking for cc' in the scrypt configure script and update the version of autotools used o Get rid of travis and references to it Changes in version 0.1.4 (2022-04-19) o Remove redundant usages of Rcpp:::CxxFlags() and Rcpp:::LdFlags() o 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() Changes in version 0.1.3 (2019-08-09) o Update package to comply with CRAN policies Changes in version 0.1.1 (2016-10-25) o Require R >= 3.0 o Fix configure script permission (can not install on RStudio Server) o Fix namespace collision with OpenSSL (causes RStudio Server crash) Changes in version 0.1.0 (2014-02-26) o Initial Release