X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/e40955b56456a6191ebff48b00c667a0674b3bdb..f4535c6454395e6d56ce0091a07b6d4f7d54a47f:/gkcdsa.c diff --git a/gkcdsa.c b/gkcdsa.c index 433a158..a67ab0d 100644 --- a/gkcdsa.c +++ b/gkcdsa.c @@ -37,9 +37,9 @@ /*----- Main code ---------------------------------------------------------*/ -/* --- @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. * @@ -72,7 +72,7 @@ ghash *gkcdsa_beginhash(const gkcdsa *c) * isn't finalized. */ -void gkcdsa_endhash(gkcdsa *c, ghash *h) { ; } +void gkcdsa_endhash(const gkcdsa *c, ghash *h) { ; } /* --- @hashge@ --- * *