Re: AlgorithmName - CRC32 and Adler

2 views
Skip to first unread message

Wei Dai

unread,
Dec 24, 2006, 10:39:26 PM12/24/06
to Crypto++ Users
Thanks, I'll add these.

----- Original Message -----
From: "Jeffrey Walton" <nolo...@gmail.com>
To: "Crypto++ Users" <cryptop...@googlegroups.com>
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"; }
> }
>
>

Reply all
Reply to author
Forward
0 new messages