Thanks, I'll add these.
----- Original Message -----
From: "Jeffrey Walton" <[EMAIL PROTECTED]>
To: "Crypto++ Users" <[EMAIL PROTECTED]>
Sent: Saturday, December 23, 2006 10:04 PM
Subject: AlgorithmName - CRC32 and Adler
Hi Wei,
class Adler32 : public HashTransformation
{
public:
...
std::string AlgorithmName() { return "ADLER32"; }
}
class CRC32 : public HashTransformation
{
public:
...
std::string AlgorithmName() { return "CRC32"; }
}
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Crypto++
Users" group.
To post to this group, send email to [EMAIL PROTECTED]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/cryptopp-users?hl=en
-~----------~----~----~----~------~----~------~--~---