gitextract_3ffutrbv/ ├── .gitignore ├── LICENSE ├── README.md ├── code/ │ ├── .gitignore │ ├── algebra.py │ ├── fast_rpsss.py │ ├── fast_stark.py │ ├── fri.py │ ├── ip.py │ ├── merkle.py │ ├── multivariate.py │ ├── ntt.py │ ├── rescue_prime.py │ ├── rpsss.py │ ├── stark.py │ ├── test_fast_stark.py │ ├── test_fri.py │ ├── test_ip.py │ ├── test_merkle.py │ ├── test_multivariate.py │ ├── test_ntt.py │ ├── test_rescue_prime.py │ ├── test_rpsss.py │ ├── test_stark.py │ ├── test_univariate.py │ └── univariate.py └── docs/ ├── .gitignore ├── 404.html ├── Gemfile ├── _config.yml ├── _includes/ │ └── head-custom.html ├── _posts/ │ └── 2021-10-20-welcome-to-jekyll.markdown ├── about.md ├── basic-tools.md ├── faster.md ├── fri.md ├── index.md ├── latex/ │ ├── .gitignore │ └── graphics.tex ├── overview.md ├── rescue-prime.md └── stark.md