- 88A21583524C37A7FEBB2EEDAF38F0942183A201EE8DF8B9E04A8098E892DD88B7F8566E40CC8BF042D5713E2F78886526CC23DE79C61463E7763685F280C37E
+ E0F453BECB6712C9A4C33BF2969CCCEFBF5097F29992A486D12726B509D90A3F2F91E53729FEB9C2F3B8452E5C2A2348B409CEEFF253ADEFE2E5A627E1B19CC1
mpi/mpih-cmp.c
(1 . 35)(1 . 29)
4506 /* mpihelp-sub.c - MPI helper functions
4507 * Copyright (C) 1994, 1996 Free Software Foundation, Inc.
4508 * Copyright (C) 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
4509 * Modified by No Such Labs. (C) 2015. See README.
4510 *
4511 * This file is part of GnuPG.
4512 * This file was originally part of Gnu Privacy Guard (GPG), ver. 1.4.10,
4513 * SHA256(gnupg-1.4.10.tar.gz):
4514 * 0bfd74660a2f6cedcf7d8256db4a63c996ffebbcdc2cf54397bfb72878c5a85a
4515 * (C) 1994-2005 Free Software Foundation, Inc.
4516 *
4517 * GnuPG is free software; you can redistribute it and/or modify
4518 * This program is free software: you can redistribute it and/or modify
4519 * it under the terms of the GNU General Public License as published by
4520 * the Free Software Foundation; either version 3 of the License, or
4521 * the Free Software Foundation, either version 3 of the License, or
4522 * (at your option) any later version.
4523 *
4524 * GnuPG is distributed in the hope that it will be useful,
4525 * This program is distributed in the hope that it will be useful,
4526 * but WITHOUT ANY WARRANTY; without even the implied warranty of
4527 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4528 * GNU General Public License for more details.
4529 *
4530 * You should have received a copy of the GNU General Public License
4531 * along with this program; if not, see <http://www.gnu.org/licenses/>.
4532 *
4533 * Note: This code is heavily based on the GNU MP Library.
4534 * Actually it's the same code with only minor changes in the
4535 * way the data is stored; this is to support the abstraction
4536 * of an optional secure memory allocation which may be used
4537 * to avoid revealing of sensitive data due to paging etc.
4538 * The GNU MP Library itself is published under the LGPL;
4539 * however I decided to publish this code under the plain GPL.
4540 * along with this program. If not, see <http://www.gnu.org/licenses/>.
4541 */
4542
4543 #include <config.h>
4544 #include <stdio.h>
4545 #include <stdlib.h>
4546
4547 #include "knobs.h"
4548 #include "mpi-internal.h"
4549
4550 /****************