libmp: remove include of libsec.h

This commit is contained in:
mischief 2016-02-05 19:29:55 -08:00
parent f1254da64d
commit ad637845a8
8 changed files with 0 additions and 8 deletions

View file

@ -1,7 +1,6 @@
#include <u.h> #include <u.h>
#include <libc.h> #include <libc.h>
#include <mp.h> #include <mp.h>
#include <libsec.h>
char *sfactors[] = char *sfactors[] =
{ "3", "5", "17", "257", "641", "65537", "274177", "2424833", "6700417", "45592577", { "3", "5", "17", "257", "641", "65537", "274177", "2424833", "6700417", "45592577",

View file

@ -1,6 +1,5 @@
#include "os.h" #include "os.h"
#include <mp.h> #include <mp.h>
#include <libsec.h>
// chinese remainder theorem // chinese remainder theorem
// //

View file

@ -1,6 +1,5 @@
#include "os.h" #include "os.h"
#include <mp.h> #include <mp.h>
#include <libsec.h>
void void
testcrt(mpint **p) testcrt(mpint **p)

View file

@ -1,6 +1,5 @@
#include "os.h" #include "os.h"
#include <mp.h> #include <mp.h>
#include <libsec.h>
#include "dat.h" #include "dat.h"
mpint* mpint*

View file

@ -1,6 +1,5 @@
#include "os.h" #include "os.h"
#include <mp.h> #include <mp.h>
#include <libsec.h>
#include "dat.h" #include "dat.h"
static int static int

View file

@ -1,6 +1,5 @@
#include "os.h" #include "os.h"
#include <mp.h> #include <mp.h>
#include <libsec.h>
#include "dat.h" #include "dat.h"
/* return uniform random [0..n-1] */ /* return uniform random [0..n-1] */

View file

@ -1,6 +1,5 @@
#include "os.h" #include "os.h"
#include <mp.h> #include <mp.h>
#include <libsec.h>
#include "dat.h" #include "dat.h"
mpint* mpint*

View file

@ -1,6 +1,5 @@
#include "os.h" #include "os.h"
#include <mp.h> #include <mp.h>
#include <libsec.h>
#include "dat.h" #include "dat.h"
static struct { static struct {