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.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pssr.cpp') diff --git a/pssr.cpp b/pssr.cpp index 5dc959a..2589b14 100644 --- a/pssr.cpp +++ b/pssr.cpp @@ -7,6 +7,11 @@ NAMESPACE_BEGIN(CryptoPP) template<> const byte EMSA2HashId::id = 0x33; template<> const byte EMSA2HashId::id = 0x31; +template<> const byte EMSA2HashId::id = 0x32; +template<> const byte EMSA2HashId::id = 0x34; +template<> const byte EMSA2HashId::id = 0x36; +template<> const byte EMSA2HashId::id = 0x35; +template<> const byte EMSA2HashId::id = 0x37; unsigned int PSSR_MEM_Base::MaxRecoverableLength(unsigned int representativeBitLength, unsigned int hashIdentifierLength, unsigned int digestLength) const { -- cgit v1.2.1