You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The j0 blocks are part of the keystream, which is already preprocessed. What is not preprocessed is the circuit which adds one time pads to get shares of these blocks. Relevant issue: privacy-scaling-explorations/mpz#160
Our AES-GCM impl should preprocess J0 blocks instead of doing so in the online phase.
The text was updated successfully, but these errors were encountered: