Add references for finite fields and tower of finite fields arithmetic
This commit is contained in:
parent
78dee73648
commit
5b53ad9cf3
|
@ -3,3 +3,14 @@
|
||||||
This folder contains the implementation of
|
This folder contains the implementation of
|
||||||
- big integers
|
- big integers
|
||||||
- finite field arithmetic (i.e. modular arithmetic)
|
- finite field arithmetic (i.e. modular arithmetic)
|
||||||
|
|
||||||
|
## References
|
||||||
|
|
||||||
|
- Montgomery Arithmetic from a Software Perspective\
|
||||||
|
Joppe W. Bos and Peter L. Montgomery, 2017\
|
||||||
|
https://eprint.iacr.org/2017/1057
|
||||||
|
|
||||||
|
- Arithmetic of Finite Fields\
|
||||||
|
Chapter 5 of Guide to Pairing-Based Cryptography\
|
||||||
|
Jean Luc Beuchat, Luis J. Dominguez Perez, Sylvain Duquesne, Nadia El Mrabet, Laura Fuentes-Castañeda, Francisco Rodríguez-Henríquez, 2017\
|
||||||
|
https://www.researchgate.net/publication/319538235_Arithmetic_of_Finite_Fields
|
||||||
|
|
|
@ -75,6 +75,11 @@ From Ben Edgington, https://hackmd.io/@benjaminion/bls12-381
|
||||||
Sylvain Duquesne and Nadia El Mrabet and Safia Haloui and Franck Rondepierre, 2015\
|
Sylvain Duquesne and Nadia El Mrabet and Safia Haloui and Franck Rondepierre, 2015\
|
||||||
https://eprint.iacr.org/2015/1212
|
https://eprint.iacr.org/2015/1212
|
||||||
|
|
||||||
|
- Arithmetic of Finite Fields\
|
||||||
|
Chapter 5 of Guide to Pairing-Based Cryptography\
|
||||||
|
Jean Luc Beuchat, Luis J. Dominguez Perez, Sylvain Duquesne, Nadia El Mrabet, Laura Fuentes-Castañeda, Francisco Rodríguez-Henríquez, 2017\
|
||||||
|
https://www.researchgate.net/publication/319538235_Arithmetic_of_Finite_Fields
|
||||||
|
|
||||||
### Presentations
|
### Presentations
|
||||||
|
|
||||||
- BLS12-381 For The Rest Of Us\
|
- BLS12-381 For The Rest Of Us\
|
||||||
|
|
Loading…
Reference in New Issue