summaryrefslogtreecommitdiff
path: root/rw.h
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2003-08-25 21:41:09 +0000
committerweidai <weidai11@users.noreply.github.com>2003-08-25 21:41:09 +0000
commit93ba4e160f0e8986f08389957bac4c61eab93968 (patch)
tree55b36484bb120755e03b9f16dc82d75b9622aa23 /rw.h
parent89862d12200bebff8ba59dcbc19eafdb266d6a0d (diff)
downloadcryptopp-git-93ba4e160f0e8986f08389957bac4c61eab93968.tar.gz
minor changes
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 71e7009d..f341d5f6 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;