https://github.com/noir-lang/schnorr
https://github.com/noir-lang/schnorr
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noir-lang/schnorr
- Owner: noir-lang
- License: apache-2.0
- Created: 2024-11-30T19:58:32.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2025-01-02T17:37:08.000Z (4 months ago)
- Last Synced: 2025-01-02T18:35:30.241Z (4 months ago)
- Language: Noir
- Size: 21.5 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-noir - Schnorr - Schnorr signature verification (Libraries / Cryptography)
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`