This commit is contained in:
Edward Chen
2022-02-09 16:05:51 -05:00
parent 3a4642223a
commit 331b8b07a0
2 changed files with 3 additions and 2 deletions

View File

@@ -4,4 +4,4 @@ b 0
// client
a 0
b 2
b 2

View File

@@ -7,7 +7,8 @@
#include <bits/stdc++.h>
enum mode {
mpc
mpc,
fhe,
};
mode hash(std::string m) {