mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-01-10 22:17:57 -05:00
6 lines
212 B
C++
6 lines
212 B
C++
// (C) 2017 University of Bristol. See License.txt
|
|
|
|
#include "Processor/Data_Files.h"
|
|
|
|
const char* Data_Files::dtype_names[N_DTYPE] = { "Triples", "Squares", "Bits", "Inverses", "BitTriples", "BitGF2NTriples" };
|