From 95ded6656783b66a11c8229d42137c97cabbaa30 Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 25 Aug 2003 21:41:09 +0000 Subject: minor changes git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@129 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- rw.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rw.h') 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; -- cgit v1.2.1