Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] scalar multiply completeness (#82)
* fix: replace `scalar_multiply` with passthrough to MSM for now * feat(msm): use strict mode always * Previously did not use strict because we make assumptions about the curve `C`. Since this was not documented and is easy to miss, we use strict mode always.
- Loading branch information