X-Git-Url: http://www.average.org/gitweb/?p=pam_pcsc_cr.git;a=blobdiff_plain;f=crypto.h;h=ad4cf63d2e00cb577bea3171c6072346742edf31;hp=c24cce07a76f7a6d910d675baeccff6b49bcc2ed;hb=9b697bd4732dad5e1d105623f3a4480a1e6b79f0;hpb=dcce3f20aee62ec0bd47cd569bb366c7f8997167 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