mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
- Update to 0.6.3
This commit is contained in:
parent
691448468f
commit
7280a763b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312446
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= digest
|
||||
PORTVERSION= 0.6.2
|
||||
PORTVERSION= 0.6.3
|
||||
CATEGORIES= security
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (digest_0.6.2.tar.gz) = 3653e08abd34a60832987b0948cd851c36a4c50a62c6b3427aa2273fd4881832
|
||||
SIZE (digest_0.6.2.tar.gz) = 79023
|
||||
SHA256 (digest_0.6.3.tar.gz) = 5be8f1386c0c273fcc915df7b557393c5f3de43c44fd16614db9cc5ba6d1d57c
|
||||
SIZE (digest_0.6.3.tar.gz) = 80083
|
||||
|
@ -1,15 +1,17 @@
|
||||
The digest package provides a function 'digest' for the creation
|
||||
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
|
||||
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
|
||||
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.
|
||||
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/
|
||||
|
Loading…
Reference in New Issue
Block a user