iden3 / circom

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

Support HashMap in function #237

Open visopsys opened 8 months ago

visopsys commented 8 months ago

Hashmap is one important data structure in programming. It makes programming a lot easier.

I think function should support hashmap since this is pure computation with no constraint logic. I can see hashmap would be difficult to support in template but in function, it should be fully supported.

Is there any plan to support hashmap in function?