- 1F021E754F091EAC1AB7B46306B00849F7160CFA7CD0CC8A6481020B6D42CB12058CD12AC9E2B1D7F730688FBE2D876374EC9D5BB7A5F9D66A42CC9259CF2539
+ A23C0420E5786F7ED38842DC31330EC3C7F5544566A434414B7D097F237969D37D3C9390D2CC393D58F011EC991959CB059758B5E66FFCEA2002F4597AC049CF
mpi/mpih-sub1.c
(1 . 33)(1 . 29)
4909 /* mpihelp-add_2.c - MPI helper functions
4910 * Copyright (C) 1994, 1996, 1997, 1998, 2001 Free Software Foundation, Inc.
4911 * Modified by No Such Labs. (C) 2015. See README.
4912 *
4913 * This file is part of GnuPG.
4914 * This file was originally part of Gnu Privacy Guard (GPG), ver. 1.4.10,
4915 * SHA256(gnupg-1.4.10.tar.gz):
4916 * 0bfd74660a2f6cedcf7d8256db4a63c996ffebbcdc2cf54397bfb72878c5a85a
4917 * (C) 1994-2005 Free Software Foundation, Inc.
4918 *
4919 * GnuPG is free software; you can redistribute it and/or modify
4920 * This program is free software: you can redistribute it and/or modify
4921 * it under the terms of the GNU General Public License as published by
4922 * the Free Software Foundation; either version 3 of the License, or
4923 * the Free Software Foundation, either version 3 of the License, or
4924 * (at your option) any later version.
4925 *
4926 * GnuPG is distributed in the hope that it will be useful,
4927 * This program is distributed in the hope that it will be useful,
4928 * but WITHOUT ANY WARRANTY; without even the implied warranty of
4929 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4930 * GNU General Public License for more details.
4931 *
4932 * You should have received a copy of the GNU General Public License
4933 * along with this program; if not, see <http://www.gnu.org/licenses/>.
4934 *
4935 * Note: This code is heavily based on the GNU MP Library.
4936 * Actually it's the same code with only minor changes in the
4937 * way the data is stored; this is to support the abstraction
4938 * of an optional secure memory allocation which may be used
4939 * to avoid revealing of sensitive data due to paging etc.
4940 * The GNU MP Library itself is published under the LGPL;
4941 * however I decided to publish this code under the plain GPL.
4942 * along with this program. If not, see <http://www.gnu.org/licenses/>.
4943 */
4944
4945 #include <config.h>
4946 #include <stdio.h>
4947 #include <stdlib.h>
4948
4949 #include "knobs.h"
4950 #include "mpi-internal.h"
4951 #include "longlong.h"
4952