chiark / gitweb /
Fix crap typo.
authormdw <mdw>
Sun, 13 Jan 2002 14:57:42 +0000 (14:57 +0000)
committermdw <mdw>
Sun, 13 Jan 2002 14:57:42 +0000 (14:57 +0000)
tripe.h

diff --git a/tripe.h b/tripe.h
index 2e1c630aa49f3a23742e6b1d3096402ff44ded7d..420a6fdf61ccb57f167291e02bd114935b2a6d04 100644 (file)
--- 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.
  *
  * 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.)
  *