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
#100 introduced public key bundling with Paillier ciphertexts. The expanded public key is a pretty big structure (~10kb in size), so it may be worth it to instead have it keep an Arc of the contents for cheaper cloning (which we inevitably have to do during calculations).
The text was updated successfully, but these errors were encountered:
#100 introduced public key bundling with Paillier ciphertexts. The expanded public key is a pretty big structure (~10kb in size), so it may be worth it to instead have it keep an
Arc
of the contents for cheaper cloning (which we inevitably have to do during calculations).The text was updated successfully, but these errors were encountered: