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

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


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

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

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`