Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 363 Bytes

README.md

File metadata and controls

23 lines (13 loc) · 363 Bytes

ec

A library which exports the ec module which formerly existed within the Noir stdlib.

Benchmarks

TODO

Installation

In your Nargo.toml file, add the version of this library you would like to install under dependency:

[dependencies]
ec = { tag = "v0.1.0", git = "https://github.com/noir-lang/ec" }

library

Usage

PLACEHOLDER