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