From 17f0adc158c071dda3ef19ece1ac755b3d250bdd Mon Sep 17 00:00:00 2001 Message-Id: <17f0adc158c071dda3ef19ece1ac755b3d250bdd.1714553192.git.mdw@distorted.org.uk> From: Mark Wooding Date: Sun, 13 Jan 2002 14:57:42 +0000 Subject: [PATCH] Fix crap typo. Organization: Straylight/Edgeware From: mdw --- tripe.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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.) * -- [mdw]