NEWS
scrypt 0.1.5 (2023-01-17)
- Change 'checking for gcc' to 'checking for cc' in the scrypt configure script
and update the version of autotools used
- Get rid of travis and references to it
scrypt 0.1.4 (2022-04-19)
- Remove 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 (2019-08-09)
- Update package to comply with CRAN policies
scrypt 0.1.1 (2016-10-25)
- 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 (2014-02-26)