mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-15 00:18:17 -05:00
6 lines
193 B
C++
6 lines
193 B
C++
#include "Processor/Data_Files.h"
|
|
|
|
const char* DataPositions::dtype_names[N_DTYPE + 1] =
|
|
{ "Triples", "Squares", "Bits", "Inverses", "BitTriples", "BitGF2NTriples",
|
|
"daBits", "None" };
|