A Noir implementation for verification of Schnorr signatures.
This library is tested to work as of Noir version 1.0.0-beta.0.
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" }
PLACEHOLDER