MOTION  0.01
Framework for mixed-protocol multi-party computation
Classes | Namespaces
simdify_gate.h File Reference
#include <span>
#include <vector>
#include "protocols/gate.h"
Include dependency graph for simdify_gate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  encrypto::motion::SimdifyGate
 yields a share that constitutes a concatenation of the parent in terms of their SIMD values, e.g., if 3 parents contain 1, 3, and 2 SIMD values, respectively, the output will contain 1 share with 6 SIMD values and the same number of wires as parents. The output SIMD values will be ordered as [parent_0[simd_0], parent_1[simd_0, simd_1, simd_2], parent_2[simd_0, simd_1]]. More...
 

Namespaces

 encrypto
 
 encrypto::motion