![]() |
emp-toolkit
|
#include <halfgate_eva.h>
Public Member Functions | |
| HalfGateEva (T *io) | |
| void | set_file_io (FileIO *fio) |
| bool | is_public_impl (const block &b, int party) |
| block | public_label_impl (bool b) |
| block | and_gate (const block &a, const block &b) |
| block | xor_gate (const block &a, const block &b) |
| block | not_gate (const block &a) |
| void | generic_to_xor (block *new_block, const block *old_block, int length) |
Public Member Functions inherited from GarbleCircuit | |
| bool | is_public (const block &b, int party) |
| block | public_label (bool b) |
| block | gc_and (const block &a, const block &b) |
| block | gc_xor (const block &a, const block &b) |
| block | gc_not (const block &a) |
Public Attributes | |
| PRP | prp |
| T * | io |
| Hash | hash |
| bool | with_file_io = false |
| FileIO * | fio |
Public Attributes inherited from GarbleCircuit | |
| uint64_t | gid = 0 |
| bool(* | is_public_ptr )(GarbleCircuit *gc, const block &b, int party) |
| block(* | public_label_ptr )(GarbleCircuit *gc, bool b) |
| block(* | gc_and_ptr )(GarbleCircuit *gc, const block &a, const block &b) |
| block(* | gc_xor_ptr )(GarbleCircuit *gc, const block &a, const block &b) |
| block(* | gc_not_ptr )(GarbleCircuit *gc, const block &a) |
Additional Inherited Members | |
Static Public Member Functions inherited from GarbleCircuit | |
| static block | make_delta (const block &a) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| FileIO* HalfGateEva< T, rt >::fio |
| Hash HalfGateEva< T, rt >::hash |
| T* HalfGateEva< T, rt >::io |
| PRP HalfGateEva< T, rt >::prp |
| bool HalfGateEva< T, rt >::with_file_io = false |