https://github.com/noir-lang/eddsa
https://github.com/noir-lang/eddsa
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/noir-lang/eddsa
- Owner: noir-lang
- License: apache-2.0
- Created: 2024-11-21T20:35:58.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2025-01-02T17:38:35.000Z (5 months ago)
- Last Synced: 2025-01-02T18:35:47.035Z (5 months ago)
- Language: Noir
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-noir - EdDSA - EdDSA signature verification (Libraries / Cryptography)
README
# eddsa
A library which exports the `eddsa_verify` function which formerly existed within the Noir stdlib.
## Installation
In your _Nargo.toml_ file, add the version of this library you would like to install under dependency:
```
[dependencies]
eddsa = { tag = "v0.1.0", git = "https://github.com/noir-lang/eddsa" }
```## `library`
### Usage
`PLACEHOLDER`