X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/eaa515d8f14b12289534502060def4e10654416e..4efe32ba5fe2ca310c060c3f98673de96d8b5f9a:/counter.h diff --git a/counter.h b/counter.h index 21211c7..8c5b3fd 100644 --- a/counter.h +++ b/counter.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: counter.h,v 1.1 2000/06/17 10:51:42 mdw Exp $ + * $Id: counter.h,v 1.2 2001/06/17 00:10:51 mdw Exp $ * * Block cipher counter mode (or long cycle mode) * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: counter.h,v $ + * Revision 1.2 2001/06/17 00:10:51 mdw + * Typesetting fixes + * * Revision 1.1 2000/06/17 10:51:42 mdw * Counter mode ciphers and pseudo-random generator. * @@ -80,7 +83,7 @@ typedef struct pre##_counterctx { \ * \ * Arguments: @const pre_counterctx *ctx@ = pointer to counter \ * context \ - * @void *iv#@ = pointer to output data block \ + * @void *iv@ = pointer to output data block \ * \ * Returns: --- \ * \