2021-02-06 21:11:17 +00:00
|
|
|
# Research
|
|
|
|
|
|
|
|
This folder stashes experimentations before they are productionized into the library.
|
|
|
|
|
2023-01-30 19:57:12 +00:00
|
|
|
- `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
|
|
|
|
|
|
|
|
|
2021-02-06 21:11:17 +00:00
|
|
|
- `kzg`: KZG Polynomial Commitments\
|
2023-01-30 19:57:12 +00:00
|
|
|
- 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
|