From 7854883b4798fd7748869c62d0a5bade9be26d8d Mon Sep 17 00:00:00 2001 From: Pratyush Mishra Date: Mon, 18 Dec 2023 11:56:41 -0500 Subject: [PATCH] Add archival notice to README (#188) --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 24545dd..770513e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# Curve implementations +# Notice + +This repository is no longer maintained, and PRs to add or modify curves should instead be made against [arkworks-rs/algebra](https://github.com/arkworks-rs/algebra); all the curves implemented here have moved to the `curves` folder of that repository. + +## Curve implementations 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.