Skip to content
This repository was archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Update docs/icicle/primitives/msm.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Felder <[email protected]>
  • Loading branch information
ImmanuelSegol and jeremyfelder authored Feb 1, 2024
1 parent 0a520e0 commit 78db23d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/icicle/primitives/msm.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ msm::msm(&scalars, &points, &cfg, &mut msm_result).unwrap();
In the example above we allocate a single expected result which the MSM method will interpret as `batch_size=1` and run a single MSM.


In the next example we see that we are expecting 10 results, this would set `batch_size=10` and run 10 MSMs in batch.
In the next example, we are expecting 10 results which sets `batch_size=10` and runs 10 MSMs in batch mode.

```rust
...
Expand Down

0 comments on commit 78db23d

Please sign in to comment.