From: mdw Date: Sun, 13 Jan 2002 14:57:42 +0000 (+0000) Subject: Fix crap typo. X-Git-Tag: 1.0.0pre3~15 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/commitdiff_plain/17f0adc158c071dda3ef19ece1ac755b3d250bdd Fix crap typo. --- 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.) *