|
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.
|
#include <ntt.hpp>
Public Member Functions | |
| AllocatorAdapter (Adaptee &&_a, Args &&...args) | |
| AllocatorAdapter (const Adaptee &_a, Args &...args) | |
| void * | allocate_impl (size_t bytes_count) |
| void | deallocate_impl (void *p, size_t n) |
Public Member Functions inherited from hetest::utils::AllocatorInterface< AllocatorAdapter< Adaptee, Args...> > | |
| void * | allocate (size_t bytes_count) override |
| void | deallocate (void *p, size_t n) override |
Public Member Functions inherited from hetest::utils::AllocatorBase | |
| virtual | ~AllocatorBase () noexcept |
|
explicit |
| hetest::utils::NTT::AllocatorAdapter< Adaptee, Args >::AllocatorAdapter | ( | const Adaptee & | _a, |
| Args &... | args | ||
| ) |
| void* hetest::utils::NTT::AllocatorAdapter< Adaptee, Args >::allocate_impl | ( | size_t | bytes_count | ) |
| void hetest::utils::NTT::AllocatorAdapter< Adaptee, Args >::deallocate_impl | ( | void * | p, |
| size_t | n | ||
| ) |
1.8.5