Skip to content

Commit

Permalink
Update icicle/include/icicle/msm.h
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Felder <[email protected]>
  • Loading branch information
yshekel and jeremyfelder authored Aug 26, 2024
1 parent b14edce commit f95e3b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions icicle/include/icicle/msm.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ namespace icicle {
* but if a different (better) upper bound is known, it should be reflected in this variable.
* Default value: 0 (set to the bitsize of scalar field). */
int batch_size; /**< Number of MSMs to compute. Default value: 1. */
bool are_bases_shared; /**< Bases are shared for batch. Set to true if all MSMs use the same bases. Otherwise
expecting #bases==#scalars. Default value: true. */
bool are_bases_shared; /**< Bases are shared for batch. Set to true if all MSMs use the same bases. Otherwise, the number
of bases and number of scalars are expected to be equal. Default value: true. */
bool are_scalars_on_device; /**< True if scalars are on device, false if they're on host. Default value: false. */
bool
are_scalars_montgomery_form; /**< True if scalars are in Montgomery form, false otherwise. Default value: true. */
Expand Down

0 comments on commit f95e3b5

Please sign in to comment.