Intel HE Acceleration Library for FPGAs
Intel Homomorphic Encryption Acceleration Library for FPGAs, accelerating the modular arithmetic operations used in homomorphic encryption on Intel FPGAs.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
test_keyswitch.cpp File Reference
#include <glob.h>
#include <gtest/gtest.h>
#include <fstream>
#include <memory>
#include <nlohmann/json.hpp>
#include <random>
#include <string>
#include <vector>
#include "hexl-fpga.h"

Classes

struct  KeySwitchTestVector
 

Functions

std::vector< std::string > glob (const char *pattern)
 
void test_KeySwitch (const std::vector< std::string > &files)
 
 TEST (KeySwitch, batch_6_7_7_2)
 
 TEST (KeySwitch, batch_5_7_6_2_2)
 

Function Documentation

std::vector<std::string> glob ( const char *  pattern)
TEST ( KeySwitch  ,
batch_6_7_7_2   
)
TEST ( KeySwitch  ,
batch_5_7_6_2_2   
)
void test_KeySwitch ( const std::vector< std::string > &  files)