You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue tracks research and potential alternatives to the current lattice reduction based scalar decomposition. This is mentioned in #345 (comment).
Ideally we solve the following 3 issues:
rigorous bounds on the mini-scalars, even if we try to decompose both a 4-bit scalar and a 254-bit scalar with the same code.
ensuring only positive scalars, so GLV recoding does not need to have an extra bit.
reducing the number of precomputed values to reduce binary size.
GLV/GLS Decomposition, Power Analysis, and Attacks on ECDSA Signatures With Single-Bit Nonce Bias
Diego F. Aranha, Pierre-Alain Fouque, Benoît Gérard, Jean-Gabriel
Kammerer, Mehdi Tibouchi, and Jean-Christophe Zapalowicz, 2014 https://iacr.org/archive/asiacrypt2014/88730232/88730232.pdf
This issue tracks research and potential alternatives to the current lattice reduction based scalar decomposition. This is mentioned in #345 (comment).
Ideally we solve the following 3 issues:
Research papers
Young-Ho Park, Sangtae Jeong, Chang Han Kim & Jongin Lim, 2002
https://link.springer.com/content/pdf/10.1007/3-540-45664-3_23.pdf
Diego F. Aranha, Pierre-Alain Fouque, Benoît Gérard, Jean-Gabriel
Kammerer, Mehdi Tibouchi, and Jean-Christophe Zapalowicz, 2014
https://iacr.org/archive/asiacrypt2014/88730232/88730232.pdf
Hairong Yi, Yuqing Zhu, and Dongdai Lin, 2017
https://link.springer.com/content/pdf/10.1007/978-3-319-72565-9_2.pdf
The text was updated successfully, but these errors were encountered: