Search Results

Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nhelayers
 CAbstractBitwiseEvaluatorFor internal use
 CAbstractCiphertextInternal abstract implementation of a ciphertext, do not use directly
 CAbstractEncoderInternal abstract implementation of an encoder, do not use directly
 CAbstractFunctionEvaluatorInternal abstract implementation of function evaluation, do not use directly
 CAbstractPlaintextInternal abstract implementation of a plaintext, do not use directly
 CBinIoUtilsUtlities for IO operations on binary streams
 CBitwiseEvaluatorUsed to perform operations on bitwise CTiles
 CCipherMatrixA class for holding a matrix of ciphertexts
 CCipherMatrixEncoderA class for encoding, encrypting, decoding, and decrypting a CipherMatrix
 CCTileA class representing a ciphertext
 CDoubleMatrixA class for holding a matrix of doubles
 CDoubleMatrixArrayA class for holding an array of matrices
 CEncoderA class used to encode, encrypt, decode and decrypt ciphertexts and plaintexts
 CFileUtilsA class implementing methods to work with files
 CH5ParserA simple utility class for loading data from h5 files
 CHeConfigRequirementFor internal use
 CHeContextAn abstract main class representing an underlying HE library & scheme, configured, initialized, and ready to start working
 CHelayersTimerA class currently for internal use only
 CGuardDefines a HelayersTimer::Guard local variable to automatically push a timer section and pop it when the scope ends
 CHelibBgvCiphertextA concrete implementation of CTile API for HElib's BGV scheme
 CHelibBgvContextAn implementation of HeContext for BGV scheme in HElib
 CHelibBgvEncoderA concrete implementation of Encoder API for HElib's BGV scheme
 CHelibBgvNativeFunctionEvaluatorConcrete implementation of NativeFunctionEvaluator API for HElib's BGV scheme
 CHelibBgvPlaintextConcrete implementation of AbstractPlaintext API for HElib's BGV scheme
 CHelibCiphertextImplementation of CTile API with concrete subclasses for HElib scheme
 CHelibCkksCiphertextA concrete implementation of CTile API for Helib's CKKS scheme
 CHelibCkksContextAn implementation of HeContext for Helib's CKKS scheme
 CHelibCkksEncoderA concrete implementation of Encoder API for Helib's CKKS scheme
 CHelibCkksPlaintextConcrete implementation of AbstractPlaintext API for HElib's CKKS scheme
 CHelibConfigA class for holding HElib configuration parameters
 CHelibContextAn implementation of HeContext API with concrete subclasses for HElib scheme
 CHeTraitsA set of flags characterizing the underyling HE scheme
 CJsonSubtreeA class to represent a subtree (node and its children) of a JSON tree
 CJsonWrapperA wrapper over a JSON tree and json I/O utils
 CNativeFunctionEvaluatorClass for holding functions supplied directly by underlying schemes
 CPTileA class representing an encoded (unencrypted) plaintext
 CSimpleBatchPlainA structure to hold the plain samples and labels of a single batch
 CSimpleFcLayerA class representing an encrypted fully connected layer
 CSimpleFcPlainLayerA class representing a non-encrypted fully connected layer
 CSimpleLayerA class representing a single neural network layer
 CSimpleNeuralNetA simple neural network with a fixed architecture: 3 fully connected layers, each followed by a square activation layer
 CSimpleNeuralNetPlainA simple neural network with a fixed architecture: 3 fully connected layers, each followed by a square activation layer
 CSimpleSquareActivationLayerA layer implementing a simple version of square activation, that squares the encrypted input provided to it in the forward pass
 CSimpleSquareActivationPlainLayerA layer implementing a simple version of square activation, that squares the plaintext input provided to it in the forward pass
 CTrainingSetPlainA class for holding data for inference