LFDT-Lockness / paillier-zk

Zero-knoledge proofs of some paillier cryptosystem properties for use in CGGMP21
Apache License 2.0
1 stars 1 forks source link

Link to reference impl of some of algorithms #20

Closed survived closed 1 year ago

survived commented 1 year ago

We have implemented some untrivial algorithms in this repo like jacobi and blum_sqrt. For auditability we should add a comment where the algorithm was taken from, i.e. a link/reference to some well-known resource (book, website, ...) so reviewers can check that our implementation matches the reference one.