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

update: comparison before updating #322

Open 0xDatapunk opened 2 months ago

0xDatapunk commented 2 months ago

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

does it make sense to check if newLeaf != this._nodes[0][index] first?

cedoor commented 1 month ago

Yes, it makes sense!