### Tasks
- [x] Check if using scalar 0xFFFFFF... is slower than random scalars
- [x] Load CSV benchmark data to spreadsheet
- [x] Try plotting error bars
- [x] Load data from geth/gnark
The max scalar affects g1mul (it is slower than random) but not the g1msm. Moreover, it looks msm is worst-case all the time because g1mul(0xffff) matches msm of single input.