ComputeFHE 1.0
General-Purpose Privacy-Preserving Computation Library for TFHE
Loading...
Searching...
No Matches
Classes
Evector.h File Reference

Provides vector containers with support for oblivious, encrypted indexing. More...

#include <computefhe/Efixedpoint.h>
#include <type_traits>
#include <vector>
Include dependency graph for Evector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  computefhe::Eitem< T, U >
 Proxy object for accessing and modifying elements in an Evector using encrypted indices. More...
 
class  computefhe::Evector< T >
 General template for Evector. More...
 
class  computefhe::Evector< Einteger >
 Specialization of Evector for Einteger. More...
 
class  computefhe::Evector< Efixedpoint >
 Specialization of Evector for Efixedpoint. More...
 
class  computefhe::Evector< EFix< N, F, S > >
 Specialization of Evector for templated EFix types. More...
 

Detailed Description

Provides vector containers with support for oblivious, encrypted indexing.