ec-divisors

Crates.ioec-divisors
lib.rsec-divisors
version0.1.0
sourcesrc
created_at2024-04-29 12:10:52.158287
updated_at2024-04-29 12:10:52.158287
descriptionA library for calculating elliptic curve divisors
homepage
repositoryhttps://github.com/kayabaNerve/fcmp-plus-plus/tree/develop/crypto/divisors
max_upload_size
id1224126
size32,820
Luke Parker (kayabaNerve)

documentation

README

EC IP

An implementation of elliptic curve divisor construction, intended for Eagen's EC IP work.

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.

Commit count: 0

cargo fmt