X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/e9026a0a6d8fc5cbcfa8d658176bfd2776cb550e..f4535c6454395e6d56ce0091a07b6d4f7d54a47f:/gkcdsa.h diff --git a/gkcdsa.h b/gkcdsa.h index 8901b87..5392158 100644 --- a/gkcdsa.h +++ b/gkcdsa.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: gkcdsa.h,v 1.1 2004/04/04 19:42:59 mdw Exp $ + * $Id$ * * Generalized version of KCDSA * @@ -27,14 +27,6 @@ * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: gkcdsa.h,v $ - * Revision 1.1 2004/04/04 19:42:59 mdw - * Add set -e. - * - */ - #ifndef CATACOMB_GKCDSA_H #define CATACOMB_GKCDSA_H @@ -75,9 +67,9 @@ typedef struct gkcdsa_sig { /*----- Functions provided ------------------------------------------------*/ -/* --- @gdsa_beginhash@ --- * +/* --- @gkcdsa_beginhash@ --- * * - * Arguments: @const gdsa *c@ = pointer to the context structure + * Arguments: @const gkcdsa *c@ = pointer to the context structure * * Returns: A hashing context for you to hash the message. * @@ -99,7 +91,7 @@ extern ghash *gkcdsa_beginhash(const gkcdsa */*c*/); * isn't finalized. */ -extern void gkcdsa_endhash(gkcdsa */*c*/, ghash */*h*/); +extern void gkcdsa_endhash(const gkcdsa */*c*/, ghash */*h*/); /* --- @gkcdsa_sign@ --- * *