Skip to content
This repository has been archived by the owner on Sep 8, 2022. It is now read-only.

Doc improvement on Paillier crypto system #55

Open
vadym-f opened this issue May 2, 2022 · 0 comments
Open

Doc improvement on Paillier crypto system #55

vadym-f opened this issue May 2, 2022 · 0 comments

Comments

@vadym-f
Copy link

vadym-f commented May 2, 2022

To keep the documentation complete
(avoiding the need to get Paillier encrypt/decrypt specification),
one would include L(x) function definition:

if
N \not | (x-1) return wrong_ciphertext
else
return \frac {x-1} {N}

Also, for any a \in Z_N: (N+1)^a = 1 + aN \pmod{N^2}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Development

No branches or pull requests

1 participant