iden3 / circuits

Circom circuits used by the iden3 core protocol.
GNU General Public License v3.0
81 stars 14 forks source link

Add Value Commitment operator #125

Open OBrezhniev opened 6 months ago

OBrezhniev commented 6 months ago

Value Commitment allows to commit to a specific value and then reveal it later or use such a commitment in another circuits to prove that multiple circuits work with the same value without revealing it.

Todo: