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

Pedersen Commitments over Elliptic Curves #16

Closed qubits4all closed 1 month ago

qubits4all commented 5 months ago

Pedersen Commitments over Elliptic Curves (ECC Pedersen Commitments)

Support for generating Pedersen commitments over elliptic curves, and verifying revealed Pedersen commitments. In addition, support for additive homomorphic operations with such Pedersen commitments should be provided.

Generation of an ECC Pedersen Commitment:

Opening (Revealing) a Commitment:

Verifying an Opened (Revealed) Commitment (to a Verifier):

Additive Homomorphic Operations:

Dependencies