Package: digest 0.6.37.1

Dirk Eddelbuettel

digest: Create Compact Hash Digests of R Objects

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:Dirk Eddelbuettel [aut, cre], Antoine Lucas [ctb], Jarek Tuszynski [ctb], Henrik Bengtsson [ctb], Simon Urbanek [ctb], Mario Frasca [ctb], Bryan Lewis [ctb], Murray Stokely [ctb], Hannes Muehleisen [ctb], Duncan Murdoch [ctb], Jim Hester [ctb], Wush Wu [ctb], Qiang Kou [ctb], Thierry Onkelinx [ctb], Michel Lang [ctb], Viliam Simko [ctb], Kurt Hornik [ctb], Radford Neal [ctb], Kendon Bell [ctb], Matthew de Queljoe [ctb], Dmitry Selivanov [ctb], Ion Suruceanu [ctb], Bill Denney [ctb], Dirk Schumacher [ctb], András Svraka [ctb], Sergey Fedorov [ctb], Will Landau [ctb], Floris Vanderhaeghe [ctb], Kevin Tappe [ctb], Harris McGehee [ctb], Tim Mastny [ctb], Aaron Peikert [ctb], Mark van der Loo [ctb], Chris Muir [ctb], Moritz Beller [ctb], Sebastian Campbell [ctb], Winston Chang [ctb], Dean Attali [ctb], Michael Chirico [ctb], Kevin Ushey [ctb], Carl Pearson [ctb]

digest_0.6.37.1.tar.gz
digest_0.6.37.1.zip(r-4.5)digest_0.6.37.1.zip(r-4.4)digest_0.6.37.1.zip(r-4.3)
digest_0.6.37.1.tgz(r-4.4-x86_64)digest_0.6.37.1.tgz(r-4.4-arm64)digest_0.6.37.1.tgz(r-4.3-x86_64)digest_0.6.37.1.tgz(r-4.3-arm64)
digest_0.6.37.1.tar.gz(r-4.5-noble)digest_0.6.37.1.tar.gz(r-4.4-noble)
digest_0.6.37.1.tgz(r-4.4-emscripten)digest_0.6.37.1.tgz(r-4.3-emscripten)
digest.pdf |digest.html
digest/json (API)

# Install 'digest' in R:
install.packages('digest', repos = c('https://thierryo.r-universe.dev', 'https://cloud.r-project.org'))

Peer review:

Bug tracker:https://github.com/eddelbuettel/digest/issues

On CRAN:

hash-digest

9 exports 111 stars 19.75 score 0 dependencies 6445 dependents 10 mentions 10.5k scripts 1.2M downloads

Last updated 16 days agofrom:29dc91728a. Checks:OK: 9. Indexed: no.

TargetResultDate
Doc / VignettesOKSep 19 2024
R-4.5-win-x86_64OKSep 19 2024
R-4.5-linux-x86_64OKSep 19 2024
R-4.4-win-x86_64OKSep 19 2024
R-4.4-mac-x86_64OKSep 19 2024
R-4.4-mac-aarch64OKSep 20 2024
R-4.3-win-x86_64OKSep 19 2024
R-4.3-mac-x86_64OKSep 19 2024
R-4.3-mac-aarch64OKSep 19 2024

Exports:AESdigestdigest2intgetVDigesthmacmakeRawsha1sha1_attr_digestsha1_digest

Dependencies:

sha1() versus digest()

Rendered fromsha1.mdusingsimplermarkdown::mdweave_to_htmlon Sep 19 2024.

Last update: 2021-11-20
Started: 2021-11-20

Readme and manuals

Help Manual

Help pageTopics
Create AES block cipher objectAES
Create hash function digests for arbitrary R objects or filesdigest
hash arbitrary string to integerdigest2int
Set a vectorised function for creating hash function digestsgetVDigest
compute a hash-based message authentication codehmac
Create a raw objectmakeRaw makeRaw.character makeRaw.default makeRaw.digest makeRaw.raw
Calculate a SHA1 hash of an objectsha1 sha1.( sha1.anova sha1.array sha1.call sha1.character sha1.complex sha1.data.frame sha1.Date sha1.factor sha1.formula sha1.function sha1.integer sha1.list sha1.logical sha1.matrix sha1.name sha1.NULL sha1.numeric sha1.pairlist sha1.POSIXct sha1.POSIXlt sha1.raw sha1_attr_digest sha1_digest