└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Awesome crypto-articles [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) 2 | 3 | A community-maintained list of interesting and worth-reading Cryptography articles/posts. 4 | Feel free to PR. 5 | 6 | ### Elliptic curves 7 | - [Efficiently computable Endomorphisms](https://hackmd.io/AujToXmlQh-XOkCFs6BXXQ?both) 8 | - [Bls12-381 for the rest of us](https://hackmd.io/@benjaminion/bls12-381) 9 | - [Bn254 for the rest of us](https://hackmd.io/@jpw/bn254) 10 | - [When do j=0 elliptic curves over extension fields have prime order?](https://hackmd.io/@daira/HkSXEjD3j) 11 | - [https://hackmd.io/@dJO3Nbl4RTirkR2uDM6eOA/Bk0NvC8Vo](https://hackmd.io/@dJO3Nbl4RTirkR2uDM6eOA/Bk0NvC8Vo) 12 | 13 | ### Finite Fields 14 | - [The Goldilocks prime](https://2π.com/22/goldilocks/) 15 | - [Fast NTT arithmetic in the Goldilocks Field](https://www.youtube.com/watch?v=r9F3m_qK5Cw) 16 | 17 | ### General learning material (Videos/Lectures) 18 | - [Justin Thaler's ZK Crypto book](https://people.cs.georgetown.edu/jthaler/ProofsArgsAndZK.pdf) 19 | - [Justin Thaler's Book study club sessions](https://www.youtube.com/watch?v=Xlq4DUYUa3c&list=PL_YzrmMHtTBQAauTGILpt4gqzu0opWtxq&index=1) --------------------------------------------------------------------------------