You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BinaryMerkleRoot circuit has been copy-pasted from the ZK-Kit repository, with a modification: it uses poseidon-cipher instead of the Poseidon implementation used in ZK-Kit.
This issue aims to investigate whether it's possible to use the ZK-Kit dependency directly, avoiding code duplication and improving maintainability.
Description
The
BinaryMerkleRootcircuit has been copy-pasted from the ZK-Kit repository, with a modification: it uses poseidon-cipher instead of the Poseidon implementation used in ZK-Kit.This issue aims to investigate whether it's possible to use the ZK-Kit dependency directly, avoiding code duplication and improving maintainability.