From e523a7e3fc01f42bd5dac674434b726746ef9447 Mon Sep 17 00:00:00 2001 From: Dev Ojha Date: Mon, 9 Nov 2020 16:16:21 -0600 Subject: [PATCH] Add reference to the curve API definitions in the README (#6) Co-authored-by: Pratyush Mishra --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6fdb938..23c5953 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Curve implementations -This directory contains implementations of some popular elliptic curves. +This repository contains implementations of some popular elliptic curves. The curve API implemented here matches the curve traits defined [here](https://github.com/arkworks-rs/algebra/blob/master/ec/src/lib.rs) in the [arkworks-rs/algebra](https://github.com/arkworks-rs/algebra) repository. ### BLS12-381 and embedded curves * [`ark-bls12-381`](bls12-381): Implements the BLS12-381 pairing-friendly curve @@ -28,4 +28,4 @@ This directory contains implementations of some popular elliptic curves. ### MNT-753 cycle of curves and related curves * [`ark-mnt4-753`](mnt4-753): Implements the MNT4-753 pairing-friendly curve. This curve forms a pairing-friendly cycle with MNT6-753 * [`ark-mnt6-753`](mnt6-753): Implements the MNT6-753 pairing-friendly curve. This curve forms a pairing-friendly cycle with MNT4-753 -* [`ark-ed-on-mnt4-753`](ed-on-mnt4-753): Implements a Twisted Edwards curve atop the scalar field of MNT4-753 \ No newline at end of file +* [`ark-ed-on-mnt4-753`](ed-on-mnt4-753): Implements a Twisted Edwards curve atop the scalar field of MNT4-753