Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 479 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 479 Bytes

Pedersen commitment on Circom circuits

License: MIT

Example implementation of Pedersen commitment using Circom circuits for range proofs.

Explore pedersen for mor information about circuit.

Launch

Import of several crypto .h files is required. Default go mod vendor does not support that. Delete vendor folder if exists for successful launch.