summaryrefslogtreecommitdiff
path: root/pssr.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 /pssr.h
parent89862d12200bebff8ba59dcbc19eafdb266d6a0d (diff)
downloadcryptopp-git-93ba4e160f0e8986f08389957bac4c61eab93968.tar.gz
minor changes
Diffstat (limited to 'pssr.h')
-rw-r--r--pssr.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pssr.h b/pssr.h
index 4ba29509..0bdf3156 100644
--- a/pssr.h
+++ b/pssr.h
@@ -36,6 +36,11 @@ template <class H> struct EMSA2HashId
// EMSA2HashId can be instantiated with the following two classes.
class SHA;
class RIPEMD160;
+class RIPEMD128;
+class SHA256;
+class SHA384;
+class SHA512;
+class Whirlpool;
template <class BASE>
class EMSA2HashIdLookup : public BASE