circomlib
Prefab library of commonly needed circuits - circomlib is for Circom what @openzeppelin/contracts is for solidity
Last updated
Prefab library of commonly needed circuits - circomlib is for Circom what @openzeppelin/contracts is for solidity
Last updated
to the Circom language officially released and maintained by Iden3. It contains all of the necessary primitives you need for basic operations within your circuits. The circomlib library is similar to for Solidity in premise. Accompanying the main circomlib library is the JavaScript-based library. All components can be driven using circomlibjs. As you begin to extend these templates into your own circuits, make sure to keep in mind. Check out Circom Language > Components and Templates > Anonymous Templates for an exploration of the shortcut on one-time use of components.
This section only contains the essential, easy-to-use components provided by circomlib. The components not included are for those who do not need BattleZips!