Search Results
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
▼Nhelayers | |
CAbstractBitwiseEvaluator | For internal use |
CAbstractCiphertext | Internal abstract implementation of a ciphertext, do not use directly |
CAbstractEncoder | Internal abstract implementation of an encoder, do not use directly |
CAbstractFunctionEvaluator | Internal abstract implementation of function evaluation, do not use directly |
CAbstractPlaintext | Internal abstract implementation of a plaintext, do not use directly |
CBinIoUtils | Utlities for IO operations on binary streams |
CBitwiseEvaluator | Used to perform operations on bitwise CTiles |
CCipherMatrix | A class for holding a matrix of ciphertexts |
CCipherMatrixEncoder | A class for encoding, encrypting, decoding, and decrypting a CipherMatrix |
CCTile | A class representing a ciphertext |
CDoubleMatrix | A class for holding a matrix of doubles |
CDoubleMatrixArray | A class for holding an array of matrices |
CEncoder | A class used to encode, encrypt, decode and decrypt ciphertexts and plaintexts |
CFileUtils | A class implementing methods to work with files |
CH5Parser | A simple utility class for loading data from h5 files |
CHeConfigRequirement | For internal use |
CHeContext | An abstract main class representing an underlying HE library & scheme, configured, initialized, and ready to start working |
▼CHelayersTimer | A class currently for internal use only |
CGuard | Defines a HelayersTimer::Guard local variable to automatically push a timer section and pop it when the scope ends |
CHelibBgvCiphertext | A concrete implementation of CTile API for HElib's BGV scheme |
CHelibBgvContext | An implementation of HeContext for BGV scheme in HElib |
CHelibBgvEncoder | A concrete implementation of Encoder API for HElib's BGV scheme |
CHelibBgvNativeFunctionEvaluator | Concrete implementation of NativeFunctionEvaluator API for HElib's BGV scheme |
CHelibBgvPlaintext | Concrete implementation of AbstractPlaintext API for HElib's BGV scheme |
CHelibCiphertext | Implementation of CTile API with concrete subclasses for HElib scheme |
CHelibCkksCiphertext | A concrete implementation of CTile API for Helib's CKKS scheme |
CHelibCkksContext | An implementation of HeContext for Helib's CKKS scheme |
CHelibCkksEncoder | A concrete implementation of Encoder API for Helib's CKKS scheme |
CHelibCkksPlaintext | Concrete implementation of AbstractPlaintext API for HElib's CKKS scheme |
CHelibConfig | A class for holding HElib configuration parameters |
CHelibContext | An implementation of HeContext API with concrete subclasses for HElib scheme |
CHeTraits | A set of flags characterizing the underyling HE scheme |
CJsonSubtree | A class to represent a subtree (node and its children) of a JSON tree |
CJsonWrapper | A wrapper over a JSON tree and json I/O utils |
CNativeFunctionEvaluator | Class for holding functions supplied directly by underlying schemes |
CPTile | A class representing an encoded (unencrypted) plaintext |
CSimpleBatchPlain | A structure to hold the plain samples and labels of a single batch |
CSimpleFcLayer | A class representing an encrypted fully connected layer |
CSimpleFcPlainLayer | A class representing a non-encrypted fully connected layer |
CSimpleLayer | A class representing a single neural network layer |
CSimpleNeuralNet | A simple neural network with a fixed architecture: 3 fully connected layers, each followed by a square activation layer |
CSimpleNeuralNetPlain | A simple neural network with a fixed architecture: 3 fully connected layers, each followed by a square activation layer |
CSimpleSquareActivationLayer | A layer implementing a simple version of square activation, that squares the encrypted input provided to it in the forward pass |
CSimpleSquareActivationPlainLayer | A layer implementing a simple version of square activation, that squares the plaintext input provided to it in the forward pass |
CTrainingSetPlain | A class for holding data for inference |