X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/3008eabf0e88b1e1d54918fdfa8b2dc3c03e5ba1..17f0adc158c071dda3ef19ece1ac755b3d250bdd:/tripe.h diff --git a/tripe.h b/tripe.h index 2e1c630a..420a6fdf 100644 --- a/tripe.h +++ b/tripe.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: tripe.h,v 1.10 2002/01/13 14:54:58 mdw Exp $ + * $Id: tripe.h,v 1.11 2002/01/13 14:57:42 mdw Exp $ * * Main header file for TrIPE * @@ -29,6 +29,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: tripe.h,v $ + * Revision 1.11 2002/01/13 14:57:42 mdw + * Fix crap typo. + * * Revision 1.10 2002/01/13 14:54:58 mdw * Provide MGF macros. * @@ -217,7 +220,7 @@ * selected randomly, and prepended to the actual ciphertext. * * The MAC is computed using the HMAC construction with RIPEMD160 over the - * sequence number and the ciphertext (with iV); the first 80 bits of the + * sequence number and the ciphertext (with IV); the first 80 bits of the * output are used. (This is the minimum allowed by the draft FIPS for HMAC, * and the recommended truncation.) *