We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c26fee commit 7bc156eCopy full SHA for 7bc156e
Protocols/BrainShare.h
@@ -39,6 +39,7 @@ class BrainShare : public Rep3Share<SignedZ2<K>>
39
const static int Z_BITS = 2 * (N_MASK_BITS) + 5 + S;
40
41
static const bool has_trunc_pr = false;
42
+ static const bool malicious = true;
43
44
BrainShare()
45
{
Protocols/PostSacriRepRingShare.h
@@ -25,6 +25,7 @@ class PostSacriRepRingShare : public Rep3Share2<K>
25
static const int SECURITY = S;
26
27
28
29
30
typedef SignedZ2<K> clear;
31
typedef MaliciousRep3Share<Z2<K + S>> prep_type;
0 commit comments