Changelog
Source:NEWS.md
secretbase 1.0.3
CRAN release: 2024-10-02
-
base64dec()
now emits a suppressable warning when failing to convert back to a character string.
secretbase 1.0.2
CRAN release: 2024-09-09
- Improves hash performance in most situations, especially for large files, by optimizing buffer sizes.
secretbase 1.0.1
CRAN release: 2024-07-22
- Improved error message if argument ‘convert’ is not of logical type.
secretbase 1.0.0
CRAN release: 2024-06-16
- Adds base64 encoding and decoding.
-
sha3()
restricts ‘bit’ argument to one of 224, 256, 384 or 512.
secretbase 0.5.0
CRAN release: 2024-04-25
- 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.
secretbase 0.4.0
CRAN release: 2024-04-04
- Adds HMAC generation to
sha256()
. - Adds SipHash pseudo-random function (PRF) as a fast, cryptographically-strong keyed hash.