Skip to content
This repository was archived by the owner on Dec 18, 2023. It is now read-only.

Commit 7854883

Browse files
authored
Add archival notice to README (#188)
1 parent ccf8392 commit 7854883

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Curve implementations
1+
# Notice
2+
3+
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.
4+
5+
## Curve implementations
26

37
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.
48

0 commit comments

Comments
 (0)