summaryrefslogtreecommitdiff
path: root/pkgtools/digest/DESCR
diff options
context:
space:
mode:
authoragc <agc>2005-03-22 10:16:15 +0000
committeragc <agc>2005-03-22 10:16:15 +0000
commit8156c2147db45dd3dae8a8ca28e812386ad897b3 (patch)
tree8f3ea5f4ae1362cd090163574da91bb477b64b54 /pkgtools/digest/DESCR
parente44617e13b874fd5e2cb7b1cd2c4d6436a712bde (diff)
downloadpkgsrc-8156c2147db45dd3dae8a8ca28e812386ad897b3.tar.gz
Add support for the tiger algorithm to digest.
Bump version to 20050310. The cabal known as the cryptographers might like to have a look at the first two results in test 6 of the regression tests.
Diffstat (limited to 'pkgtools/digest/DESCR')
-rw-r--r--pkgtools/digest/DESCR13
1 files changed, 11 insertions, 2 deletions
diff --git a/pkgtools/digest/DESCR b/pkgtools/digest/DESCR
index 3adfb61977e..9b79ef78764 100644
--- a/pkgtools/digest/DESCR
+++ b/pkgtools/digest/DESCR
@@ -1,2 +1,11 @@
-This utility is a wrapper for the md5(3), rmd160(3), and sha1, sha256,
-sha384 and sha512 routines.
+This utility is a wrapper for the
+
+ + md5(3),
+ + rmd160(3),
+ + sha1(3),
+ + sha256,
+ + sha384
+ + sha512
+ + tiger
+
+message digest routines.