- DF6064B02A11C90FB20945DAD1ECC4753A231F894D6CF60E133D6196D924442E0FA08C1D38421A97511F4007A9545C6A980960A20817E6EAECF4CE36E920F151
+ F1A5F8EE7289D1AA4526A7AE2CABE769EE43FA525AE47658A12D6856B51174D174C96CD1E93BE6836BB29F53725BE73649A0AF667CDD4E71A08431B984BDA8C4
mpi/include/mpi-inline.h
(1 . 28)(1 . 23)
791 /* mpi-inline.h - Internal to the Multi Precision Integers
792 * Copyright (C) 1994, 1996, 1998, 1999 Free Software Foundation, Inc.
793 * Modified by No Such Labs. (C) 2015. See README.
794 *
795 * This file is part of GnuPG.
796 * This file was originally part of Gnu Privacy Guard (GPG), ver. 1.4.10,
797 * SHA256(gnupg-1.4.10.tar.gz):
798 * 0bfd74660a2f6cedcf7d8256db4a63c996ffebbcdc2cf54397bfb72878c5a85a
799 * (C) 1994-2005 Free Software Foundation, Inc.
800 *
801 * GnuPG is free software; you can redistribute it and/or modify
802 * This program is free software: you can redistribute it and/or modify
803 * it under the terms of the GNU General Public License as published by
804 * the Free Software Foundation; either version 3 of the License, or
805 * the Free Software Foundation, either version 3 of the License, or
806 * (at your option) any later version.
807 *
808 * GnuPG is distributed in the hope that it will be useful,
809 * This program is distributed in the hope that it will be useful,
810 * but WITHOUT ANY WARRANTY; without even the implied warranty of
811 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
812 * GNU General Public License for more details.
813 *
814 * You should have received a copy of the GNU General Public License
815 * along with this program; if not, see <http://www.gnu.org/licenses/>.
816 *
817 * Note: This code is heavily based on the GNU MP Library.
818 * Actually it's the same code with only minor changes in the
819 * way the data is stored; this is to support the abstraction
820 * of an optional secure memory allocation which may be used
821 * to avoid revealing of sensitive data due to paging etc.
822 * The GNU MP Library itself is published under the LGPL;
823 * however I decided to publish this code under the plain GPL.
824 * along with this program. If not, see <http://www.gnu.org/licenses/>.
825 */
826
827 #ifndef G10_MPI_INLINE_H