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
Functions
examples.cpp File Reference
#include <iostream>
#include <vector>
#include "example_dyadic_multiply.h"
#include "hexl-fpga.h"

Functions

void check_equal (const std::vector< uint64_t > &x, const std::vector< uint64_t > &y)
 
void run_example_dyadic_multiply ()
 
int main (int argc, char **argv)
 

Function Documentation

void check_equal ( const std::vector< uint64_t > &  x,
const std::vector< uint64_t > &  y 
)
int main ( int  argc,
char **  argv 
)
void run_example_dyadic_multiply ( )