Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 485 Bytes

File metadata and controls

7 lines (5 loc) · 485 Bytes

ectools

This repository implements finite field arithmetic, elliptic curves in short Weierstrass form, and other primitives that may be used in more complex protocols, such as pairings, isogenies, etc. When cryptographic protocols are proposed in academia, these crates may be used to implement them and assess performance and complexity.

Crates

  • curve implementation of point addition and multiplication over a generic elliptic curve
  • field airthmetic over finite fields