Closed weikengchen closed 4 years ago
It seems that emp-toolkit is replacing double_block with sigma.
double_block
sigma
The double_block is removed from emp-tool in this commit https://github.com/emp-toolkit/emp-tool/commit/d707eacd02c0579926039c6a1757cddd688a78bd
emp-tool
However, emp-agmpc still uses double_block, as in here: https://github.com/emp-toolkit/emp-agmpc/blob/master/emp-agmpc/mpc.h#L443
emp-agmpc
Are we going to see a new version of emp-agmpc recently, which would use sigma?
I just put a hotfix. There will be a new implementation soon.
It seems that emp-toolkit is replacing
double_block
withsigma
.The
double_block
is removed fromemp-tool
in this commit https://github.com/emp-toolkit/emp-tool/commit/d707eacd02c0579926039c6a1757cddd688a78bdHowever,
emp-agmpc
still usesdouble_block
, as in here: https://github.com/emp-toolkit/emp-agmpc/blob/master/emp-agmpc/mpc.h#L443Are we going to see a new version of
emp-agmpc
recently, which would usesigma
?