summaryrefslogtreecommitdiff
path: root/rw.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-08-25 21:41:09 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-08-25 21:41:09 +0000
commit95ded6656783b66a11c8229d42137c97cabbaa30 (patch)
tree55b36484bb120755e03b9f16dc82d75b9622aa23 /rw.h
parentb7de36416b07d49df3bedbab2fc249db0972a438 (diff)
downloadcryptopp-95ded6656783b66a11c8229d42137c97cabbaa30.tar.gz
minor changes
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@129 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'rw.h')
-rw-r--r--rw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rw.h b/rw.h
index 71e7009..f341d5f 100644
--- a/rw.h
+++ b/rw.h
@@ -89,7 +89,7 @@ public:
};
//! EMSA2, for use with RW
-/*! The following hash functions are supported: SHA, RIPEMD160. */
+/*! See pssr.h for a list of hash functions supported by this signature standard. */
struct P1363_EMSA2 : public SignatureStandard
{
typedef EMSA2Pad SignatureMessageEncodingMethod;