- 66EDF48A07BB672B7D9329150436A40AB2F1628F1F289B4C52B2E4BDB987B9105F36C441FB21A141346406A675D34B6265A4A0BC00D3C4DE471F461D0ACC5765
+ 89B26071AE7D00A43324B0152330B04E9981DC9F81C0482E760C629C4FD056ED3125C7432155E7A44CADB0FF26C3EB6ABEF3EBACFCAC4781F628D315C59F3539
mpi/mpi-inv.c
(1 . 25)(1 . 29)
4998 /* mpi-inv.c - MPI functions
4999 * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
5000 * Modified by No Such Labs. (C) 2015. See README.
5001 *
5002 * This file is part of GnuPG.
5003 * This file was originally part of Gnu Privacy Guard (GPG), ver. 1.4.10,
5004 * SHA256(gnupg-1.4.10.tar.gz):
5005 * 0bfd74660a2f6cedcf7d8256db4a63c996ffebbcdc2cf54397bfb72878c5a85a
5006 * (C) 1994-2005 Free Software Foundation, Inc.
5007 *
5008 * GnuPG is free software; you can redistribute it and/or modify
5009 * This program is free software: you can redistribute it and/or modify
5010 * it under the terms of the GNU General Public License as published by
5011 * the Free Software Foundation; either version 3 of the License, or
5012 * the Free Software Foundation, either version 3 of the License, or
5013 * (at your option) any later version.
5014 *
5015 * GnuPG is distributed in the hope that it will be useful,
5016 * This program is distributed in the hope that it will be useful,
5017 * but WITHOUT ANY WARRANTY; without even the implied warranty of
5018 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5019 * GNU General Public License for more details.
5020 *
5021 * You should have received a copy of the GNU General Public License
5022 * along with this program; if not, see <http://www.gnu.org/licenses/>.
5023 * along with this program. If not, see <http://www.gnu.org/licenses/>.
5024 */
5025
5026 #include <config.h>
5027 #include <stdio.h>
5028 #include <stdlib.h>
5029
5030 #include "knobs.h"
5031 #include "mpi-internal.h"
5032
5033