You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
816 B

2 years ago
  1. # math/cryptography
  2. Notes, code and documents done while reading books and papers.
  3. - [Notes on "Abstract Algebra" book, by Charles C. Pinter](abstract-algebra-charles-pinter-notes.pdf)
  4. - [Notes on Caulk & Caulk+ papers](notes_caulk.pdf)
  5. - [Notes on the DFT & FFT](fft-notes.pdf)
  6. - [Notes on the BLS signatures](notes_bls-sig.pdf)
  7. - [Notes on IPA from Halo paper](notes_halo.pdf)
  8. - [Notes on Sonic paper](notes_sonic.pdf)
  9. - [Notes on Weil pairing](weil-pairing.pdf)
  10. - [Notes on Sigma protocol and OR proofs](sigma-or-notes.pdf)
  11. - [Notes on Reed-Solomon codes](notes_reed-solomon.pdf)
  12. - [Notes on FRI](notes_fri.pdf)
  13. - [Notes on Spartan](notes_spartan.pdf)
  14. - [Notes on Nova](notes_nova.pdf)
  15. - [Notes on HyperNova](notes_hypernova.pdf)
  16. Also some Sage implementations can be found in the `*.sage` files of this repo.