- FB06EA790BD2B2C18013B3FB51F05A5C1577F45FDD67644E7745C3373FA26FA90DE8F30FD9221E978BA9676423ED1C4C27C0407F22A50E10F216AE9BBF4AC3F3
+ 15E95347519C17744E8346A37975E5B482E833625862C1E01629E07D3E80CDBDEE590F6BCBED8214092D395979E38EF50CEFE58B2DC64472A2B3860BC374EE2D
mpi/mpih-add1.c
(1 . 34)(1 . 29)
4457 /* mpihelp-add_1.c - MPI helper functions
4458 * Copyright (C) 1994, 1996, 1997, 1998,
4459 * 2000 Free Software Foundation, Inc.
4460 * Modified by No Such Labs. (C) 2015. See README.
4461 *
4462 * This file is part of GnuPG.
4463 * This file was originally part of Gnu Privacy Guard (GPG), ver. 1.4.10,
4464 * SHA256(gnupg-1.4.10.tar.gz):
4465 * 0bfd74660a2f6cedcf7d8256db4a63c996ffebbcdc2cf54397bfb72878c5a85a
4466 * (C) 1994-2005 Free Software Foundation, Inc.
4467 *
4468 * GnuPG is free software; you can redistribute it and/or modify
4469 * This program is free software: you can redistribute it and/or modify
4470 * it under the terms of the GNU General Public License as published by
4471 * the Free Software Foundation; either version 3 of the License, or
4472 * the Free Software Foundation, either version 3 of the License, or
4473 * (at your option) any later version.
4474 *
4475 * GnuPG is distributed in the hope that it will be useful,
4476 * This program is distributed in the hope that it will be useful,
4477 * but WITHOUT ANY WARRANTY; without even the implied warranty of
4478 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4479 * GNU General Public License for more details.
4480 *
4481 * You should have received a copy of the GNU General Public License
4482 * along with this program; if not, see <http://www.gnu.org/licenses/>.
4483 *
4484 * Note: This code is heavily based on the GNU MP Library.
4485 * Actually it's the same code with only minor changes in the
4486 * way the data is stored; this is to support the abstraction
4487 * of an optional secure memory allocation which may be used
4488 * to avoid revealing of sensitive data due to paging etc.
4489 * The GNU MP Library itself is published under the LGPL;
4490 * however I decided to publish this code under the plain GPL.
4491 * along with this program. If not, see <http://www.gnu.org/licenses/>.
4492 */
4493
4494 #include <config.h>
4495 #include <stdio.h>
4496 #include <stdlib.h>
4497
4498 #include "knobs.h"
4499 #include "mpi-internal.h"
4500 #include "longlong.h"
4501