base64dec()
now emits a suppressable warning when failing to convert back to a character string.
- Improves hash performance in most situations, especially for large files, by optimizing buffer sizes.
- Improved error message if argument 'convert' is not of logical type.
- Adds base64 encoding and decoding.
sha3()
restricts 'bit' argument to one of 224, 256, 384 or 512.
- Adds Keccak cryptographic hash algorithm.
- Adds
shake256()
to delineate fromsha3()
. - Use of
sha3()
supplying 'bit' argument other than 224, 256, 384 or 512 is deprecated.
- Adds HMAC generation to
sha256()
. - Adds SipHash pseudo-random function (PRF) as a fast, cryptographically-strong keyed hash.
- CRAN release correcting for Clang-UBSAN checks.
- Adds SHA-256 cryptographic hash algorithm.
- Folds file hashing into the 'file' argument of the main hash function.
- Adds file hashing interface.
- Initial CRAN release.
- Initial release to rOpenSci R-universe and Github.