X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/c080c887f9304819f3df80195ed3670680e3f05c..8404fd750e8d1a635ccb3895e4f0e155e5f5e3cf:/pss.h diff --git a/pss.h b/pss.h index 426db3e..32928e4 100644 --- a/pss.h +++ b/pss.h @@ -1,6 +1,6 @@ /* -*-c-*- * - * $Id: pss.h,v 1.1 2000/07/20 20:13:38 mdw Exp $ + * $Id: pss.h,v 1.2 2003/05/16 09:42:03 mdw Exp $ * * Probabistic signature scheme * @@ -30,6 +30,9 @@ /*----- Revision history --------------------------------------------------* * * $Log: pss.h,v $ + * Revision 1.2 2003/05/16 09:42:03 mdw + * Declare @pss_preverify@ instead of repeating @pss_resign@. + * * Revision 1.1 2000/07/20 20:13:38 mdw * Added Bellare and Rogaway's PSS encoding for RSA signatures. * @@ -142,7 +145,7 @@ extern int pss_decode(const void */*buf*/, size_t /*sz*/, * left it. */ -extern ghash *pss_presign(pss */*pp*/); +extern ghash *pss_preverify(pss */*pp*/); /* --- @pss_done@ --- * *