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 --- pssr.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pssr.h') diff --git a/pssr.h b/pssr.h index 4ba2950..0bdf315 100644 --- a/pssr.h +++ b/pssr.h @@ -36,6 +36,11 @@ template 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 EMSA2HashIdLookup : public BASE -- cgit v1.2.1