Skip to content

noir-lang/schnorr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

6236a0d · Dec 3, 2024

History

5 Commits
Nov 30, 2024
Nov 30, 2024
Dec 3, 2024
Nov 30, 2024
Dec 3, 2024
Dec 3, 2024
Nov 30, 2024
Nov 30, 2024
Nov 30, 2024
Nov 30, 2024

Repository files navigation

Schnorr

A Noir implementation for verification of Schnorr signatures.

Noir version compatibility

This library is tested to work as of Noir version 1.0.0-beta.0.

Benchmarks

TODO

Installation

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

Usage

PLACEHOLDER