X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/ea937a0ebd081c146194a848ff3ca3829265a341..5af0f9cb18436918d1660e8dd217224a8dbe7aef:/xtea.h diff --git a/xtea.h b/xtea.h index e75b7c4..94f8d2c 100644 --- a/xtea.h +++ b/xtea.h @@ -1,8 +1,8 @@ /* -*-c-*- * - * $Id: xtea.h,v 1.1 2000/07/15 13:44:31 mdw Exp $ + * $Id: xtea.h,v 1.2 2000/07/15 13:47:14 mdw Exp $ * - * The Tiny Encryption Algorithm + * The Extended Tiny Encryption Algorithm * * (c) 2000 Straylight/Edgeware */ @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: xtea.h,v $ + * Revision 1.2 2000/07/15 13:47:14 mdw + * Whoops. Fix the purpose comment. + * * Revision 1.1 2000/07/15 13:44:31 mdw * New ciphers. *