X-Git-Url: https://git.distorted.org.uk/u/mdw/catacomb/blobdiff_plain/fea9a197c6ca55a1c3c57798e0dc59949c59633c..78614e02310dbe879d55f0a68e47349db074ff61:/mgf.h diff --git a/mgf.h b/mgf.h index 14d2c82..273d5b0 100644 --- a/mgf.h +++ b/mgf.h @@ -1,13 +1,13 @@ /* -*-c-*- * - * $Id: mgf.h,v 1.1 2000/06/17 11:33:11 mdw Exp $ + * $Id: mgf.h,v 1.2 2004/04/08 01:36:15 mdw Exp $ * * The MGF mask generation function * * (c) 2000 Straylight/Edgeware */ -/*----- Licensing notice --------------------------------------------------* +/*----- Licensing notice --------------------------------------------------* * * This file is part of Catacomb. * @@ -15,26 +15,18 @@ * it under the terms of the GNU Library General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. - * + * * Catacomb is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU Library General Public License for more details. - * + * * You should have received a copy of the GNU Library General Public * License along with Catacomb; if not, write to the Free * Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, * MA 02111-1307, USA. */ -/*----- Revision history --------------------------------------------------* - * - * $Log: mgf.h,v $ - * Revision 1.1 2000/06/17 11:33:11 mdw - * MGF-1 support, as defined in PKCS#1. - * - */ - /*----- Notes on the MGF-1 mask generating function -----------------------* * * The idea of a mask-generating function is that given an input of arbitrary