sagemath / publications

Source for https://www.sagemath.org/library-publications.html; submit Issues/PRs here to add/update citations of documents citing Sage
25 stars 31 forks source link

add "Fast constant-time gcd computation and modular inversion" #103

Closed haraldschilly closed 4 years ago

haraldschilly commented 4 years ago

Sage is used in the paper https://eprint.iacr.org/2019/266, which will appear in TCHES 2019. Beyond the paper itself, the paper web page

https://gcd.cr.yp.to/papers.html

has various test scripts using Sage.

bibtex:

@article{bernstein2019fast,
  title={Fast constant-time gcd computation and modular inversion},
  author={Bernstein, Daniel J and Yang, Bo-Yin},
  journal={IACR Transactions on Cryptographic Hardware and Embedded Systems},
  pages={340--398},
  year={2019}
}