A variety of small tweaks and fixes. Make mpmont etc. return errors
[u/mdw/catacomb] / gkcdsa.h
index 8901b87..5392158 100644 (file)
--- a/gkcdsa.h
+++ b/gkcdsa.h
@@ -1,6 +1,6 @@
 /* -*-c-*-
  *
- * $Id: gkcdsa.h,v 1.1 2004/04/04 19:42:59 mdw Exp $
+ * $Id$
  *
  * Generalized version of KCDSA
  *
  * MA 02111-1307, USA.
  */
 
-/*----- Revision history --------------------------------------------------* 
- *
- * $Log: gkcdsa.h,v $
- * Revision 1.1  2004/04/04 19:42:59  mdw
- * Add set -e.
- *
- */
-
 #ifndef CATACOMB_GKCDSA_H
 #define CATACOMB_GKCDSA_H
 
@@ -75,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.
  *
@@ -99,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@ --- *
  *