summaryrefslogtreecommitdiff
path: root/pssr.cpp
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.cpp
parent89862d12200bebff8ba59dcbc19eafdb266d6a0d (diff)
downloadcryptopp-git-93ba4e160f0e8986f08389957bac4c61eab93968.tar.gz
minor changes
Diffstat (limited to 'pssr.cpp')
-rw-r--r--pssr.cpp5
1 files changed, 5 insertions, 0 deletions
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<SHA>::id = 0x33;
template<> const byte EMSA2HashId<RIPEMD160>::id = 0x31;
+template<> const byte EMSA2HashId<RIPEMD128>::id = 0x32;
+template<> const byte EMSA2HashId<SHA256>::id = 0x34;
+template<> const byte EMSA2HashId<SHA384>::id = 0x36;
+template<> const byte EMSA2HashId<SHA512>::id = 0x35;
+template<> const byte EMSA2HashId<Whirlpool>::id = 0x37;
unsigned int PSSR_MEM_Base::MaxRecoverableLength(unsigned int representativeBitLength, unsigned int hashIdentifierLength, unsigned int digestLength) const
{