mpz
mpz copied to clipboard
Optimize garbling control flow
A significant portion of the garbling/evaluation time in our implementation is spent on branching while iterating over the gates of a circuit. We should optimize it without using unsafe
.