mpz icon indicating copy to clipboard operation
mpz copied to clipboard

Optimize garbling control flow

Open sinui0 opened this issue 9 months ago • 6 comments

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.

sinui0 avatar May 28 '24 17:05 sinui0