An open API service indexing awesome lists of open source software.

https://github.com/noir-lang/schnorr


https://github.com/noir-lang/schnorr

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# 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`