Skip to content

Commit

Permalink
Update docs/docs/icicle/primitives/msm.md
Browse files Browse the repository at this point in the history
Co-authored-by: Leon Hibnik <[email protected]>
  • Loading branch information
HadarIngonyama and LeonHibnik authored Jun 19, 2024
1 parent 73f39b9 commit 79e055d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/icicle/primitives/msm.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ This gives a good approximation within 10% of the actual required memory for mos
Here is a useful table showing optimal parameters for different MSMs. They are optimal for BLS12-377 curve when running on NVIDIA GeForce RTX 3090 Ti. This is the configuration used:
```c++
```cpp
msm::MSMConfig config = {
ctx, // DeviceContext
N, // points_size
Expand Down

0 comments on commit 79e055d

Please sign in to comment.