mirror of
https://github.com/circify/circ.git
synced 2026-04-21 03:00:54 -04:00
minor
This commit is contained in:
@@ -4,4 +4,4 @@ b 0
|
||||
|
||||
// client
|
||||
a 0
|
||||
b 2
|
||||
b 2
|
||||
|
||||
@@ -7,7 +7,8 @@
|
||||
#include <bits/stdc++.h>
|
||||
|
||||
enum mode {
|
||||
mpc
|
||||
mpc,
|
||||
fhe,
|
||||
};
|
||||
|
||||
mode hash(std::string m) {
|
||||
|
||||
Reference in New Issue
Block a user