HelibBitwiseContext#
Currently, this API is unsupported in Python
-
class HelibBitwiseContext : public helayers::HelibContext#
An abstract base class for helib bitwise schemes.
Beta, not tested, version.
Subclassed by helayers::HelibBitwiseBgvContext
Public Functions
-
inline HelibBitwiseContext()#
A constructor.
-
inline HelibBitwiseContext(int numBits)#
A constructor.
- Parameters:
numBits – The number of bits held by ciphertexts created with this HelibBitwiseContext.
-
inline ~HelibBitwiseContext()#
-
inline int getNumBits() const#
Returns the default number of bits for a CTile created with this contexts.
-
inline void setNumBits(int n)#
Sets the default number of bits to n.
- Parameters:
n – [in] The default number of bits.
-
inline HelibBitwiseContext()#