r-cran-digest 0.6.3-2 source package in Ubuntu

Changelog

r-cran-digest (0.6.3-2) unstable; urgency=low


  * debian/control: Set Build-Depends: to current R version 
  
  * (Re-)building with R 3.0.0 (beta)

 -- Dirk Eddelbuettel <email address hidden>  Sat, 30 Mar 2013 08:15:04 -0500

Upload details

Uploaded by:
Dirk Eddelbuettel
Uploaded to:
Sid
Original maintainer:
Dirk Eddelbuettel
Architectures:
any
Section:
gnu-r
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
r-cran-digest_0.6.3-2.dsc 1.0 KiB bb36ecc9c3d1b0f214f4c2e1eb8af5fcfae3425102cba57f54ef7094e1d08bab
r-cran-digest_0.6.3.orig.tar.gz 78.2 KiB 5be8f1386c0c273fcc915df7b557393c5f3de43c44fd16614db9cc5ba6d1d57c
r-cran-digest_0.6.3-2.diff.gz 2.1 KiB d1c2f96efbeef52dba0f11b6be2e0fef54fc8be5c2f5716274ba9ae2a885ec63

Available diffs

No changes file available.

Binary packages built by this source

r-cran-digest: GNU R package for 'hash digest' of R data structures

 This package provides a function 'digest()' for the creation of hash
 digests of arbitrary R objects (using the md5, sha-1, sha-256 and
 crc32 algorithms) permitting easy comparison of R language objects,
 as well as a function 'hmac()' to create hash-based message
 authentication code.
 .
 The md5 algorithm by Ron Rivest is specified in RFC 1321, the SHA-1
 and SHA-256 algorithms are specified in FIPS-180-1 and FIPS-180-2,
 and the crc32 algorithm is described in
 ftp://ftp.rocksoft.com/cliens/rocksoft/papers/crc_v3.txt. For md5,
 sha-1 and sha-256, this package uses a small standalone
 implementations that were provided by Christophe Devine. For crc32,
 code from the zlib library is used.
 .
 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.