This package browser is in early development. Mind the rough edges.

r-digest

Create cryptographic hash digests of R objects

This package contains an implementation of a function digest() for the creation of hash digests of arbitrary R objects (using the md5, sha-1, sha-256, crc32, xxhash and murmurhash algorithms) permitting easy comparison of R language objects, as well as a function 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.

Installation

Install the latest version of r-digest as follows:

guix install r-digest

Or install a particular version:

guix install r-digest@0.6.37

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of r-digest about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/r-digest'><img src='https://packages.guix.gnu.org/packages/r-digest/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/r-digest/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/r-digest)

Example Org:

[[https://packages.guix.gnu.org/packages/r-digest][https://packages.guix.gnu.org/packages/r-digest/badges/latest-version.svg]]