Closed mpnd closed 7 years ago
Not in the encrypted space. Paillier only supports addition. In the unencrypted space there certainly are ways without computing the additive inverse, however, the computation of the additive inverse in the unencrypted space is very cheap. Is there a performance issue?
At the moment,
a - b
is computed by addinga
and the additive inverse ofb
. Is there a way to optimise the calculation (i.e., without computing the additive inverse ofb
)?