summaryrefslogtreecommitdiff
path: root/shake.h
diff options
context:
space:
mode:
Diffstat (limited to 'shake.h')
-rw-r--r--shake.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/shake.h b/shake.h
index 37cb8274..8c4a0092 100644
--- a/shake.h
+++ b/shake.h
@@ -93,8 +93,6 @@ private:
#if !defined(__BORLANDC__)
// ensure there was no underflow in the math
CRYPTOPP_COMPILE_ASSERT(BLOCKSIZE < 200);
- // this is a general expectation by HMAC
- CRYPTOPP_COMPILE_ASSERT((int)BLOCKSIZE > (int)DIGESTSIZE);
#endif
};