As I was trying to compile my circuit using the replicated-ring-party protocol I run into this error
a = sinf, k = 63, kappa = None
@instructions_base.ret_cisc
def EQZ(a, k, kappa):
prog = program.Program.prog
if prog.use_split():
> from GC.types import sbitvec
E ModuleNotFoundError: No module named 'GC.types'
MP-SPDZ/Compiler/floatingpoint.py:57: ModuleNotFoundError
As I was trying to compile my circuit using the
replicated-ring-party
protocol I run into this errorThe PR fixes the error