head	1.3;
access;
symbols
	RELEASE_8_3_0:1.1
	RELEASE_9_0_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2013.02.17.20.51.56;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2012.11.26.23.10.31;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2011.09.04.13.01.29;	author tota;	state Exp;
branches;
next	;


desc
@@


1.3
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312446
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@The digest 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, sha-256 and aes, this package uses a small standalone
implementations that were provided by Christophe Devine. For crc32,
code from the zlib library is used. For sha-512, an implementation
by Aaron D. Gifford 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.

WWW: http://cran.r-project.org/web/packages/digest/
@


1.2
log
@## SVN ##
## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/ 307808
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ## r307808 | tota | 2012-11-26 22:57:07 +0000 (Mon, 26 Nov 2012) | 6 lines
## SVN ##
## SVN ## - Update to 0.6.0
## SVN ## - Convert to new Makefile header
## SVN ## - Trim WWW: line in pkg-descr
## SVN ##
## SVN ## Feature safe:	yes
## SVN ##
## SVN ## ------------------------------------------------------------------------
## SVN ##
@
text
@d1 1
a1 1
The digest package provides a function 'digest' for the creation
d4 1
a4 1
objects, as well as a function hmac() to create hash-based message
d6 1
a6 1
in RFC 1321, the SHA-1 and SHA-256 algorithms are specified in
d9 7
a15 5
sha-1 and sha-256, this packages uses 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.
@


1.1
log
@- Add a new port: security/R-cran-digest

  The digest 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 packages uses 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.

  WWW:	http://cran.r-project.org/web/packages/digest/
@
text
@d15 1
a15 1
WWW:    http://cran.r-project.org/web/packages/digest/
@

