summaryrefslogtreecommitdiff
path: root/rw.h
diff options
context:
space:
mode:
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;