From 9b697bd4732dad5e1d105623f3a4480a1e6b79f0 Mon Sep 17 00:00:00 2001 From: Eugene Crosser Date: Thu, 7 Nov 2013 00:46:58 +0400 Subject: [PATCH] add convenience defines --- crypto.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/crypto.h b/crypto.h index c24cce0..ad4cf63 100644 --- a/crypto.h +++ b/crypto.h @@ -10,4 +10,7 @@ unsigned long hmac(void *key, int keylen, void *pt, int tlen, void *tag, int *taglen); const char *crypto_errstr(unsigned long err); +#define HASHSIZE 20 +#define CBLKSIZE 16 + #endif -- 2.39.2