privacy-scaling-explorations / zk-kit

A monorepo of reusable libraries for zero-knowledge technologies.
https://zkkit.pse.dev
MIT License
290 stars 76 forks source link

adding comment that indexOf returns the first occurance #338

Closed 0xDatapunk closed 1 month ago

0xDatapunk commented 1 month ago

https://github.com/privacy-scaling-explorations/zk-kit/blob/c912111c134b6bbefe223bb61ba22f864036e9ba/packages/imt/src/imt.ts#L160

since the tree does not preclude duplicated leaves, indexOf will return the first occurrence of the specified element in the array. Let's make it clear with comment.