- A48F6DCD95712D600A89EFAE6DC7425B5CADE2869B48AA49D6D6FC5C42D63EC462E2A1FCB08CB1DF5468A9A5AD8C8DD419DC7FB8F5758AD0D93007960B19A153
+ D3AB216D028E41835D4511CD451A4D774B268DC38A17322DCDEEED542A949E5DBAEECBB377DAA353B7E31ADA19EBE05247FF696CA571D2862DD26C631AA124EE
mpi/mpi-bit.c
(1 . 26)(1 . 30)
4090 /* mpi-bit.c - MPI bit level fucntions
4091 * Copyright (C) 1998, 1999 Free Software Foundation, Inc.
4092 * Modified by No Such Labs. (C) 2015. See README.
4093 *
4094 * This file is part of GnuPG.
4095 * This file was originally part of Gnu Privacy Guard (GPG), ver. 1.4.10,
4096 * SHA256(gnupg-1.4.10.tar.gz):
4097 * 0bfd74660a2f6cedcf7d8256db4a63c996ffebbcdc2cf54397bfb72878c5a85a
4098 * (C) 1994-2005 Free Software Foundation, Inc.
4099 *
4100 * GnuPG is free software; you can redistribute it and/or modify
4101 * This program is free software: you can redistribute it and/or modify
4102 * it under the terms of the GNU General Public License as published by
4103 * the Free Software Foundation; either version 3 of the License, or
4104 * the Free Software Foundation, either version 3 of the License, or
4105 * (at your option) any later version.
4106 *
4107 * GnuPG is distributed in the hope that it will be useful,
4108 * This program is distributed in the hope that it will be useful,
4109 * but WITHOUT ANY WARRANTY; without even the implied warranty of
4110 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
4111 * GNU General Public License for more details.
4112 *
4113 * You should have received a copy of the GNU General Public License
4114 * along with this program; if not, see <http://www.gnu.org/licenses/>.
4115 * along with this program. If not, see <http://www.gnu.org/licenses/>.
4116 */
4117
4118 #include <config.h>
4119 #include <stdio.h>
4120 #include <stdlib.h>
4121 #include <assert.h>
4122
4123 #include "knobs.h"
4124 #include "mpi-internal.h"
4125 #include "longlong.h"
4126