diff --git a/README.md b/README.md index e8a51bf..7089827 100644 --- a/README.md +++ b/README.md @@ -7,3 +7,20 @@ Uses lookup tables and maximally efficient representations of group operations ( Cost of 1 scalar mul = 2232 gates. Marginal cost of additional muls in an msm = 972 gates. For example usage see `test.nr` + +## Noir version compatibility + +This library is tested with all Noir stable releases from v1.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: + +```toml +[dependencies] +LIBRARY = { tag = "v0.1.0", git = "https://github.com/noir-lang/noir-edwards" } +```