ComputeFHE 1.0
General-Purpose Privacy-Preserving Computation Library for TFHE
Loading...
Searching...
No Matches
Public Member Functions | List of all members
computefhe::Evector< Einteger > Class Reference

Specialization of Evector for Einteger. More...

#include <Evector.h>

Inheritance diagram for computefhe::Evector< Einteger >:
Inheritance graph
[legend]
Collaboration diagram for computefhe::Evector< Einteger >:
Collaboration graph
[legend]

Public Member Functions

Eitem< Einteger, uint64_toperator[] (const Einteger &index)
 Access element using an encrypted index.
 
template<typename Integral , typename = std::enable_if_t<std::is_integral_v<Integral>>>
Eintegeroperator[] (Integral idx)
 Access element using a plaintext index.
 

Detailed Description

Specialization of Evector for Einteger.

Member Function Documentation

◆ operator[]()

Eitem< Einteger, uint64_t > computefhe::Evector< Einteger >::operator[] ( const Einteger index)
inline

Access element using an encrypted index.

Returns
An Eitem proxy representing the encrypted integer.

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