Intel HEXL for FPGA
Intel Homomorphic Encryption FPGA Acceleration Library, accelerating the modular arithmetic operations used in homomorphic encryption.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
hetest::utils::MultiplyFactor Class Reference

#include <ntt.hpp>

Public Member Functions

 MultiplyFactor ()=default
 
 MultiplyFactor (uint64_t operand, uint64_t bit_shift, uint64_t modulus)
 
uint64_t BarrettFactor () const
 
uint64_t Operand () const
 

Constructor & Destructor Documentation

hetest::utils::MultiplyFactor::MultiplyFactor ( )
default
hetest::utils::MultiplyFactor::MultiplyFactor ( uint64_t  operand,
uint64_t  bit_shift,
uint64_t  modulus 
)
inline

Member Function Documentation

uint64_t hetest::utils::MultiplyFactor::BarrettFactor ( ) const
inline
uint64_t hetest::utils::MultiplyFactor::Operand ( ) const
inline

The documentation for this class was generated from the following file: