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