X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/b817bfc642225b8c3c0b6a7e42d1fb949b61a606..50c46275b6a5100b020493adbd27bc361704ffda:/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@ --- * *