mirror of
https://github.com/mii443/FINAL.git
synced 2025-08-22 23:15:28 +00:00
Compile library and tests separately
This commit is contained in:
9
test.cpp
9
test.cpp
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user