iden3 / circom

zkSnark circuit compiler
GNU General Public License v3.0
1.31k stars 253 forks source link

Operator reference does not define `<==` operator #232

Closed matthiasgeihs closed 8 months ago

matthiasgeihs commented 9 months ago

Hey, I'm making myself familiar with circom and was going through the operators reference documentation.

I was quite surprised to not find any explicit information about the seemingly fundamental <== operator.

miguelis commented 8 months ago

Thanks for the observation. We have included an explanation for the <== and <-- operators in signals section.