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