Intel HEXL
Intel Homomorphic Encryption Acceleration Library, accelerating the modular arithmetic operations used in homomorphic encryption.
|
This is the complete list of members for intel::hexl::NTT::AllocatorAdapter< Adaptee, Args >, including all inherited members.
allocate(size_t bytes_count) override | intel::hexl::AllocatorInterface< AllocatorAdapter< Adaptee, Args... > > | inlinevirtual |
allocate_impl(size_t bytes_count) | intel::hexl::NTT::AllocatorAdapter< Adaptee, Args > | |
AllocatorAdapter(Adaptee &&_a, Args &&... args) | intel::hexl::NTT::AllocatorAdapter< Adaptee, Args > | explicit |
AllocatorAdapter(const Adaptee &_a, Args &... args) | intel::hexl::NTT::AllocatorAdapter< Adaptee, Args > | |
deallocate(void *p, size_t n) override | intel::hexl::AllocatorInterface< AllocatorAdapter< Adaptee, Args... > > | inlinevirtual |
deallocate_impl(void *p, size_t n) | intel::hexl::NTT::AllocatorAdapter< Adaptee, Args > | |
~AllocatorBase() noexcept | intel::hexl::AllocatorBase | inlinevirtual |