mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-04-20 03:01:31 -04:00
11 lines
153 B
C++
11 lines
153 B
C++
/*
|
|
* ShareInterface.cpp
|
|
*
|
|
*/
|
|
|
|
#include "ShareInterface.h"
|
|
|
|
const int ShareInterface::default_length;
|
|
|
|
const false_type ShareInterface::triple_matmul;
|