mirror of
https://github.com/data61/MP-SPDZ.git
synced 2026-04-20 03:01:31 -04:00
10 lines
118 B
C
10 lines
118 B
C
|
|
#ifndef __BOOLEAN_CIRCUIT__
|
|
#define __BOOLEAN_CIRCUIT__
|
|
|
|
#include "Party.h"
|
|
|
|
#define MSG_KEYS_HEADER_SZ (16)
|
|
|
|
#endif
|