summaryrefslogtreecommitdiff
path: root/ttmac.h
diff options
context:
space:
mode:
Diffstat (limited to 'ttmac.h')
-rw-r--r--ttmac.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ttmac.h b/ttmac.h
index 8555fbb..2c8f216 100644
--- a/ttmac.h
+++ b/ttmac.h
@@ -19,7 +19,7 @@ public:
unsigned int DigestSize() const {return DIGESTSIZE;};
void UncheckedSetKey(const byte *userKey, unsigned int keylength);
- void TruncatedFinal(byte *mac, unsigned int size);
+ void TruncatedFinal(byte *mac, size_t size);
protected:
static void Transform (word32 *digest, const word32 *X, bool last);