|
MOTION
0.01
Framework for mixed-protocol multi-party computation
|
#include "bit_matrix.h"#include <immintrin.h>#include <omp.h>#include <cmath>#include <iostream>#include "helpers.h"#include "primitives/pseudo_random_generator.h"
Namespaces | |
| encrypto | |
| encrypto::motion | |
Macros | |
| #define | INP(r, c) |
| #define | OUT(r, c) output[(r)*kNumberOfRows / 8 + (c) / 8] |
| #define | INP(r, c) |
| #define | INP(r, c) |
| #define INP | ( | r, | |
| c | |||
| ) |
| #define INP | ( | r, | |
| c | |||
| ) |
| #define INP | ( | r, | |
| c | |||
| ) |
| #define OUT | ( | r, | |
| c | |||
| ) | output[(r)*kNumberOfRows / 8 + (c) / 8] |
1.8.17