Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Apr 29, 2024
1 parent 322fd84 commit 53bd0a3
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions crypto/divisors/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,4 @@
# EC IP
# Elliptic Curve Divisors

An implementation of elliptic curve divisor construction, intended for Eagen's
[EC IP work](https://eprint.iacr.org/2022/596).

## Status

This library should be accurate, yet doesn't support odd amounts of points.
This is theoretically possible, there's simply an unresolved quirk which has
yet to be identified.

This library uses asserts instead of `Result`. It also has extraneous asserts
which should be moved to debug.
An implementation of a representation for and construction of elliptic curve
divisors, intended for Eagen's [EC IP work](https://eprint.iacr.org/2022/596).

0 comments on commit 53bd0a3

Please sign in to comment.