Other packages > Find by keyword >

digest  

Create Compact Hash Digests of R Objects
View on CRAN: Click here


Download and install digest package within the R console
Install from CRAN:
install.packages("digest")

Install from Github:
library("remotes")
install_github("cran/digest")

Install by package version:
library("remotes")
install_version("digest", "0.6.37")



Attach the package and use:
library("digest")
Maintained by
Dirk Eddelbuettel
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2003-11-29
Latest Update: 2023-07-07
Description:
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.
How to cite:
Dirk Eddelbuettel (2003). digest: Create Compact Hash Digests of R Objects. R package version 0.6.37, https://cran.r-project.org/web/packages/digest. Accessed 20 Nov. 2024.
Previous versions and publish date:
0.1.0 (2003-11-29 21:49), 0.1.1 (2003-12-23 16:55), 0.1.2 (2004-05-27 07:01), 0.2.0 (2005-04-07 17:32), 0.2.1 (2005-11-04 14:43), 0.2.2 (2006-08-03 12:32), 0.2.3 (2007-01-01 15:22), 0.3.0 (2007-04-26 19:55), 0.3.1 (2007-09-28 21:01), 0.4.0 (2009-09-24 08:31), 0.4.1 (2009-09-24 17:59), 0.4.2 (2009-12-06 10:22), 0.5.0 (2011-05-30 06:33), 0.5.1 (2011-09-21 21:07), 0.5.2 (2012-03-15 06:37), 0.6.0 (2012-11-25 18:21), 0.6.1 (2013-01-21 18:53), 0.6.2 (2013-01-25 18:44), 0.6.3 (2013-02-16 16:34), 0.6.4 (2013-12-03 07:39), 0.6.5 (2014-12-09 08:17), 0.6.6 (2014-12-10 07:37), 0.6.7 (2014-12-20 17:04), 0.6.8 (2014-12-31 07:47), 0.6.9 (2016-01-08 08:49), 0.6.10 (2016-08-02 16:59), 0.6.11 (2017-01-03 18:24), 0.6.12 (2017-01-27 10:18), 0.6.13 (2017-12-14 17:54), 0.6.14 (2018-01-14 23:02), 0.6.15 (2018-01-28 22:43), 0.6.16 (2018-08-22 18:20), 0.6.17 (2018-09-12 16:40), 0.6.18 (2018-10-10 18:00), 0.6.19 (2019-05-20 07:10), 0.6.20 (2019-07-04 16:40), 0.6.21 (2019-09-21 01:20), 0.6.22 (2019-10-21 16:40), 0.6.23 (2019-11-23 10:40), 0.6.24 (2020-02-12 15:30), 0.6.25 (2020-02-23 01:10), 0.6.26 (2020-10-17 18:20), 0.6.27 (2020-10-25 00:10), 0.6.28 (2021-09-23 18:50), 0.6.29 (2021-12-01 08:40), 0.6.30 (2022-10-18 10:32), 0.6.31 (2022-12-11 08:40), 0.6.32 (2023-06-26 15:30), 0.6.33 (2023-07-07 16:10), 0.6.34 (2024-01-11 14:40), 0.6.35 (2024-03-11 15:10), 0.6.36 (2024-06-23 18:40)
Other packages that cited digest R package
View digest citation profile
Other R packages that digest depends, imports, suggests or enhances
Complete documentation for digest
Functions, R codes and Examples using the digest R package
Some associated functions: AES . digest . digest2int . hmac . makeRaw . sha1 . vdigest . 
Some associated R codes: AES.R . digest.R . digest2int.R . hmac.R . init.R . sha1.R . vdigest.R . zzz.R .  Full digest package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

spinyReg  
Sparse Generative Model and Its EM Algorithm
Implements a generative model that uses a spike-and-slab like prior distribution obtained by multipl ...
Download / Learn more Package Citations See dependency  
docreview  
Opinionated Documentation Checking
High quality documentation can make for a great experience for your users. You can use 'docreview' t ...
Download / Learn more Package Citations See dependency  
epitrix  
Small Helpers and Tricks for Epidemics Analysis
A collection of small functions useful for epidemics analysis and infectious disease modelling. This ...
Download / Learn more Package Citations See dependency  
aws  
Adaptive Weights Smoothing
We provide a collection of R-functions implementing adaptive smoothing procedures in 1D, 2D and 3D. ...
Download / Learn more Package Citations See dependency  
emon  
Tools for Environmental and Ecological Survey Design
Statistical tools for environmental and ecological surveys. Simulation-based power and precision an ...
Download / Learn more Package Citations See dependency  
ricu  
Intensive Care Unit Data with R
Focused on (but not exclusive to) data sets hosted on PhysioNet (), 'ricu' p ...
Download / Learn more Package Citations See dependency  

23,229

R Packages

199,929

Dependencies

62,984

Author Associations

23,230

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA