mirror of
https://github.com/arnaucube/ark-curves-cherry-picked.git
synced 2026-01-09 23:41:30 +01:00
Add reference to the curve API definitions in the README (#6)
Co-authored-by: Pratyush Mishra <pratyushmishra@berkeley.edu>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user