Compile library and tests separately

This commit is contained in:
iliailia
2022-01-19 16:49:29 +01:00
parent 3e273714b8
commit 305a6cc87d
4 changed files with 14 additions and 9 deletions

View File

@ -1,12 +1,5 @@
#include <iostream>
#include <cassert>
#include "params.h"
#include "sampler.h"
#include "keygen.h"
#include "fft.h"
#include "ntruhe.h"
#include "lwehe.h"
#include <time.h>
#include <cstdint>
#include <stdexcept>
@ -15,6 +8,8 @@
#include <NTL/ZZX.h>
#include "FINAL.h"
using namespace std;
using namespace NTL;