summaryrefslogtreecommitdiff
path: root/security/p5-SHA/DESCR
diff options
context:
space:
mode:
authorzuntum <zuntum@pkgsrc.org>2001-11-01 00:57:41 +0000
committerzuntum <zuntum@pkgsrc.org>2001-11-01 00:57:41 +0000
commitc72c1cf5f95cbe537b005028f1743cddb16ef203 (patch)
tree93b6296152ccfbaa88b43de043b2d69ce6e63fc5 /security/p5-SHA/DESCR
parent37637e483f1bf6574e9306aebbd013bb63d888d6 (diff)
downloadpkgsrc-c72c1cf5f95cbe537b005028f1743cddb16ef203.tar.gz
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'security/p5-SHA/DESCR')
-rw-r--r--security/p5-SHA/DESCR8
1 files changed, 8 insertions, 0 deletions
diff --git a/security/p5-SHA/DESCR b/security/p5-SHA/DESCR
new file mode 100644
index 00000000000..98d97459995
--- /dev/null
+++ b/security/p5-SHA/DESCR
@@ -0,0 +1,8 @@
+ The SHA module allows you to use the NIST SHA message digest algorithm
+ from within Perl programs.
+
+ The final message digest value is returned by the digest operation as a
+ 20-byte binary string. This operation delivers the result of operations
+ since the last new or reset operation. Once the operation has been
+ performed, the context must be reset before being used to calculate
+ another digest value.