A variety of small tweaks and fixes. Make mpmont etc. return errors
[u/mdw/catacomb] / gkcdsa.h
index ec27eab..5392158 100644 (file)
--- 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@ --- *
  *