Shreyas Londhe
Shreyas Londhe
Referencing to https://github.com/ConsenSys/gnark-crypto/blob/master/ecc/bn254/fr/mimc/mimc.go There should be a way to set [mimcNbRounds](https://github.com/ConsenSys/gnark-crypto/blob/master/ecc/bn254/fr/mimc/mimc.go#L29), [seed](https://github.com/ConsenSys/gnark-crypto/blob/master/ecc/bn254/fr/mimc/mimc.go#L30) and [exponent](https://github.com/ConsenSys/gnark-crypto/blob/master/ecc/bn254/fr/mimc/mimc.go#L142) (which is currently set to 5). I find that this modularity would help us get more...
Referencing to - https://github.com/ConsenSys/gnark/blob/master/std/hash/mimc/encrypt.go I think it would be good to have the ability to select the exponent which you want for the MIMC hash inside the circuit. Currently, the...
Hey there, I'm adding a new project to the Computer Vision topic, My project focuses on using Convolutions to optimize the Dense Neural Network. In the Readme, I described all...
Hi, I was trying out the library and noticed that it does not compile on my system. I see the following error: ```zsh The following warnings were emitted during compilation:...
Hi, we have a requirement to use the Poseidon hash function instead of the sha256 hash function in the hash2curve for the curve k256. I'm more than happy to implement...
## Description This PR introduces a new circom template called `SubstringMatch` that verifies if a given substring exists within a larger string at a specified index. The `SubstringMatch` template uses...