From e2c5bf3e232f1310e83216e4be2e48d42a964e9a Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 25 Dec 2006 08:03:48 +0000 Subject: adding missing BlockSize() git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@275 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- md2.h | 1 + 1 file changed, 1 insertion(+) (limited to 'md2.h') diff --git a/md2.h b/md2.h index a92bf97..01af36d 100644 --- a/md2.h +++ b/md2.h @@ -15,6 +15,7 @@ public: void Update(const byte *input, size_t length); void TruncatedFinal(byte *hash, size_t size); unsigned int DigestSize() const {return DIGESTSIZE;} + unsigned int BlockSize() const {return BLOCKSIZE;} static const char * StaticAlgorithmName() {return "MD2";} CRYPTOPP_CONSTANT(DIGESTSIZE = 16) -- cgit v1.2.1