aszepieniec / stark-anatomy

Tutorial for STARKs with supporting code in python
Apache License 2.0
181 stars 49 forks source link

Minor typo fix #27

Closed hidenori-shinohara closed 7 months ago

hidenori-shinohara commented 7 months ago

The index ranges from 0 to T - 1, but we are considering i + 1, so i cannot be T - 1. It can only go up to T - 2.

hidenori-shinohara commented 7 months ago

Thank you for creating these amazing posts! This is such an excellent way to learn about STARK!