multiexp doesn't support caching tables between calls #42
Labels
cryptography
An issue involving cryptography/a cryptographic library
improvement
This could be better
I believe the optimal solution for this is instead of taking an G in, take in an Enum of G, SmallTable, or LargeTable (rough names, please don't use), allowing the caller to reuse where possible where multiexp expands the rest as needed.
Would notably speed up FROST key generation.
Related to #41, which is intending to provide large compile time tables.
The text was updated successfully, but these errors were encountered: