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.

24 lines
862 B

2 years ago
  1. # math
  2. Notes, code and documents done while reading books and papers.
  3. ### Sage code
  4. - [blind signatures over elliptic curve](blind-sign-over-ec.sage)
  5. - [BLS signatures](bls-sigs.sage)
  6. - [FFT](fft.sage)
  7. - [IPA](ipa.sage)
  8. - [KZG commitments](kzg.sage)
  9. - [Powers of Tau](powersoftau.sage)
  10. - [Ring signatures](ring-signatures.sage)
  11. - [Sigma protocol](sigma.sage)
  12. ### Notes
  13. - [Notes on "Abstract Algebra" book, by Charles C. Pinter](abstract-algebra-charles-pinter-notes.pdf)
  14. - [Notes on Caulk paper](notes_caulk.pdf)
  15. - [Notes on the DFT & FFT](fft-notes.pdf)
  16. - [Notes on the BLS signatures](notes_bls-sig.pdf)
  17. - [Notes on IPA from Halo paper](notes_halo.pdf)
  18. - [Notes on Sonic paper](notes_sonic.pdf)
  19. - [Notes on Weil pairing](weil-pairing.pdf)
  20. - [Notes on Sigma protocol and OR proofs](sigma-or-notes.pdf)
  21. - [Notes on Reed-Solomon codes](notes_reed-solomon.pdf)