Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaucube/math
Notes, code and documents done while reading books and papers.
https://github.com/arnaucube/math
Last synced: about 10 hours ago
JSON representation
Notes, code and documents done while reading books and papers.
- Host: GitHub
- URL: https://github.com/arnaucube/math
- Owner: arnaucube
- License: gpl-3.0
- Created: 2022-02-19T09:56:07.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-08-09T01:59:09.000Z (3 months ago)
- Last Synced: 2024-08-09T21:03:44.064Z (3 months ago)
- Language: TeX
- Homepage:
- Size: 17.9 MB
- Stars: 16
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# math/cryptography
Notes, code and documents done while reading books and papers.
- [Notes on "Abstract Algebra" book, by Charles C. Pinter](abstract-algebra-charles-pinter-notes.pdf)
- [Notes on Caulk & Caulk+ papers](notes_caulk.pdf)
- [Notes on the DFT & FFT](fft-notes.pdf)
- [Notes on the BLS signatures](notes_bls-sig.pdf)
- [Notes on IPA from Halo paper](notes_halo.pdf)
- [Notes on Sonic paper](notes_sonic.pdf)
- [Notes on Weil pairing](weil-pairing.pdf)
- [Notes on Sigma protocol and OR proofs](sigma-or-notes.pdf)
- [Notes on Reed-Solomon codes](notes_reed-solomon.pdf)
- [Notes on FRI](notes_fri.pdf)
- [Notes on Spartan](notes_spartan.pdf)
- [Notes on Nova](notes_nova.pdf)
- [Notes on HyperNova](notes_hypernova.pdf)Also some Sage implementations can be found in the `*.sage` files of this repo.