From 93ba4e160f0e8986f08389957bac4c61eab93968 Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 25 Aug 2003 21:41:09 +0000 Subject: minor changes --- pssr.cpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'pssr.cpp') diff --git a/pssr.cpp b/pssr.cpp index 5dc959aa..2589b14b 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