Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 364 Bytes

README.md

File metadata and controls

18 lines (11 loc) · 364 Bytes

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