Installation
About
Implementation of a function 'digest()' for the creation of hash digests of arbitrary R objects (using the 'md5', 'sha-1', 'sha-256', 'crc32', 'xxhash', 'murmurhash', 'spookyhash' and 'blake3' algorithms) permitting easy comparison of R language objects, as well as functions such as'hmac()' to create hash-based message authentication code. Please note that this package is not meant to be deployed for cryptographic purposes for which more comprehensive (and widely tested) libraries such as 'OpenSSL' should be used.
github.com/eddelbuettel/digest | |
dirk.eddelbuettel.com/code/digest.html | |
Bug report | File report |
Key Metrics
Downloads
Last 24 hours | 0 -100% |
Last 7 days | 141.688 -27% |
Last 30 days | 751.954 -9% |
Last 90 days | 2.390.123 +4% |
Last 365 days | 9.704.747 -2% |
Depends
R | ≥ 3.3.0 |
Imports
utils |