A complete analysis of elliptic curves suitable as drop-in replacements for secp256k1
-
Updated
Jun 15, 2025 - Python
A complete analysis of elliptic curves suitable as drop-in replacements for secp256k1
gallant lambert vandstone algorithm for elliptic curves multiplication. This project studies the improvements in terms of complexity and speed of the GLV method compared to the more classic Double and Add algorithm for elliptic curves multiplication. It is in no way a secure way of implementing elliptic curves multiplication. Please also note th…
Add a description, image, and links to the glv-algorithm topic page so that developers can more easily learn about it.
To associate your repository with the glv-algorithm topic, visit your repo's landing page and select "manage topics."