# -------------------------------------------- # CITATION file created with {cffr} R package # See also: https://docs.ropensci.org/cffr/ # -------------------------------------------- cff-version: 1.2.0 message: 'To cite package "digest" in publications use:' type: software license: GPL-2.0-or-later title: 'digest: Create Compact Hash Digests of R Objects' version: 0.6.37.1 doi: 10.32614/CRAN.package.digest abstract: 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', 'blake3', 'crc32c', 'xxh3_64', and 'xxh3_128' 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. authors: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org orcid: https://orcid.org/0000-0001-6419-907X repository: https://eddelbuettel.r-universe.dev repository-code: https://github.com/eddelbuettel/digest commit: c73a5b5f3ff95dbf17efbcb1dc7373d6638f446b url: https://dirk.eddelbuettel.com/code/digest.html date-released: '2024-08-20' contact: - family-names: Eddelbuettel given-names: Dirk email: edd@debian.org orcid: https://orcid.org/0000-0001-6419-907X