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).
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).