Crates.io | ec-divisors |
lib.rs | ec-divisors |
version | 0.1.0 |
source | src |
created_at | 2024-04-29 12:10:52.158287 |
updated_at | 2024-04-29 12:10:52.158287 |
description | A library for calculating elliptic curve divisors |
homepage | |
repository | https://github.com/kayabaNerve/fcmp-plus-plus/tree/develop/crypto/divisors |
max_upload_size | |
id | 1224126 |
size | 32,820 |
An implementation of elliptic curve divisor construction, intended for Eagen's EC IP work.
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.