aboutsummaryrefslogtreecommitdiffstats
path: root/mpi/mpih-div.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1997-11-26 21:06:44 +0000
committerWerner Koch <[email protected]>1997-11-26 21:06:44 +0000
commite655f8de8dc5b3926e6fece9a3364ed23854d826 (patch)
tree1e47616b6a5def5d65e08e5503a75d6171620cbb /mpi/mpih-div.c
parentElGamal funktioniert und ist default (diff)
downloadgnupg-e655f8de8dc5b3926e6fece9a3364ed23854d826.tar.gz
gnupg-e655f8de8dc5b3926e6fece9a3364ed23854d826.zip
changed the dir layout
Diffstat (limited to 'mpi/mpih-div.c')
-rw-r--r--mpi/mpih-div.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/mpi/mpih-div.c b/mpi/mpih-div.c
index ca939a750..9729304ea 100644
--- a/mpi/mpih-div.c
+++ b/mpi/mpih-div.c
@@ -1,5 +1,6 @@
/* mpihelp-div.c - MPI helper functions
* Copyright (c) 1997 by Werner Koch (dd9jn)
+ * Copyright (C) 1994, 1996 Free Software Foundation, Inc.
*
* This file is part of G10.
*
@@ -16,6 +17,14 @@
* You should have received a copy of the GNU General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
+ *
+ * Note: This code is heavily based on the GNU MP Library.
+ * Actually it's the same code with only minor changes in the
+ * way the data is stored; this is to support the abstraction
+ * of an optional secure memory allocation which may be used
+ * to avoid revealing of sensitive data due to paging etc.
+ * The GNU MP Library itself is published under the LGPL;
+ * however I decided to publish this code under the plain GPL.
*/
#include <config.h>