qubits4all / scriptless-zkp

Cryptographic protocols R&D re: zero-knowledge proofs, adaptor signatures & "scriptless" scripts
Mozilla Public License 2.0
1 stars 0 forks source link

feature/GI-20: Paillier Homomorphic Encryption #27

Closed qubits4all closed 2 months ago

qubits4all commented 2 months ago

Paillier Encryption with Homomorphic Addition & "Scalar" Multiplication Support

Provide a Paillier public-key encryption module, supporting encryption & decryption of non-negative integers, in the range [0, n) (where n is the public key's modulus: n = p*q for p, q prime).