- 757F8A9FFA7640843ABC7A20EE7F0460FAE4CB11A2928963C85399B7EA7ABA3332F5C1574E86DAB4BBA8384E5BF3F95161C1D1E15DB7B85BB96F369F1E67F6FA
+ 38480C0221F17670A5009ECE9021655C15EAE6C5C378BA516CDDCDD1C3179A647F1862B1CD92391A57F62313A208FAA2FBE2EBDF2584C6570500626CF5B926C1
mpi/mpiutil.c
(1 . 28)(1 . 31)
5227 /* mpiutil.ac - Utility functions for MPI
5228 * Copyright (C) 1998, 1999 Free Software Foundation, Inc.
5229 * Modified by No Such Labs. (C) 2015. See README.
5230 *
5231 * This file is part of GnuPG.
5232 * This file was originally part of Gnu Privacy Guard (GPG), ver. 1.4.10,
5233 * SHA256(gnupg-1.4.10.tar.gz):
5234 * 0bfd74660a2f6cedcf7d8256db4a63c996ffebbcdc2cf54397bfb72878c5a85a
5235 * (C) 1994-2005 Free Software Foundation, Inc.
5236 *
5237 * GnuPG is free software; you can redistribute it and/or modify
5238 * This program is free software: you can redistribute it and/or modify
5239 * it under the terms of the GNU General Public License as published by
5240 * the Free Software Foundation; either version 3 of the License, or
5241 * the Free Software Foundation, either version 3 of the License, or
5242 * (at your option) any later version.
5243 *
5244 * GnuPG is distributed in the hope that it will be useful,
5245 * This program is distributed in the hope that it will be useful,
5246 * but WITHOUT ANY WARRANTY; without even the implied warranty of
5247 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
5248 * GNU General Public License for more details.
5249 *
5250 * You should have received a copy of the GNU General Public License
5251 * along with this program; if not, see <http://www.gnu.org/licenses/>.
5252 * along with this program. If not, see <http://www.gnu.org/licenses/>.
5253 */
5254
5255 #include <config.h>
5256 #include <stdio.h>
5257 #include <stdlib.h>
5258 #include <string.h>
5259 #include <assert.h>
5260
5261 #include "knobs.h"
5262 #include "mpi.h"
5263 #include "mpi-internal.h"
5264 #include "memory.h"