mirror of
https://github.com/codex-storage/constantine.git
synced 2025-01-14 21:14:18 +00:00
18 lines
842 B
Markdown
18 lines
842 B
Markdown
# Research
|
|
|
|
This folder stashes experimentations before they are productionized into the library.
|
|
|
|
- `GLV`: Scalar multiplication with endomorphism acceleration\
|
|
- Faster Point Multiplication on Elliptic Curves with Efficient Endomorphisms\
|
|
Robert P. Gallant, Robert J. Lambert, and Scott A. Vanstone
|
|
https://www.iacr.org/archive/crypto2001/21390189.pdf
|
|
- Efficient and Secure Algorithms for GLV-Based Scalar Multiplication and their Implementation on GLV-GLS Curves (Extended Version)\
|
|
Armando Faz-Hernández, Patrick Longa, Ana H. Sánchez, 2013\
|
|
https://eprint.iacr.org/2013/158.pdf
|
|
|
|
|
|
- `kzg`: KZG Polynomial Commitments\
|
|
- Constant-Size Commitments to Polynomials and Their Applications\
|
|
Aniket Kate, Gregory M. Zaverucha, Ian Goldberg, 2010\
|
|
https://www.iacr.org/archive/asiacrypt2010/6477178/6477178.pdf
|