X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/e40955b56456a6191ebff48b00c667a0674b3bdb..f4535c6454395e6d56ce0091a07b6d4f7d54a47f:/gkcdsa.h diff --git a/gkcdsa.h b/gkcdsa.h index ec27eab..5392158 100644 --- a/gkcdsa.h +++ b/gkcdsa.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: gkcdsa.h,v 1.2 2004/04/08 01:36:15 mdw Exp $ + * $Id$ * * Generalized version of KCDSA * @@ -67,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. * @@ -91,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@ --- * *