Functions
createJointPublicKey
- createJointPublicKey(publicKeys: arithm.ModPGroupElement[], group: arithm.ModPGroup): arithm.ModPGroupElement
-
Parameters
-
publicKeys: arithm.ModPGroupElement[]
-
group: arithm.ModPGroup
Returns arithm.ModPGroupElement
sum
- sum(ciphertexts: arithm.PPGroupElement[], ppGroup: arithm.PPGroup): arithm.PPGroupElement
-
Parameters
-
ciphertexts: arithm.PPGroupElement[]
-
ppGroup: arithm.PPGroup
Returns arithm.PPGroupElement
Combines multiple public keys into a single shared public key.