Projects
Links to Circom projects you can begin working from in your quest to apply ZK (click the Project's title for source code)
Last updated
Links to Circom projects you can begin working from in your quest to apply ZK (click the Project's title for source code)
Last updated
Skeleton L2 non-custodial ZK Roll-Up with a single sequencer, capable only of transfers between accounts. RollupNC (Non-Custodial) is likely the ancestor to Hermez- you will find many of the features left unfinished in this repository would appear in the Hermez code base. as code/docs are well out of date.
- )
Circom generally uses , a Twisted Edwards curve over the BLS12-381 scalar field. If you don't understand what this means, chances are you won't need this library. If you have a specific need to use the Curve25519, this library will facilitate research and testing. The project is not rated for production use, and employing it as is for critical applications may result in failures of the cryptosystem.