This repository is a template used by the noir-lang org when creating internally maintained libraries.
This provides out of the box:
Feel free to use this template as a starting point to create your own Noir libraries.
Add a brief description of the library
TODO
In your Nargo.toml file, add the version of this library you would like to install under dependency:
[dependencies]
LIBRARY = { tag = "v0.1.0", git = "https://github.com/noir-lang/LIBRARY_NAME" }
library
PLACEHOLDER