You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Generating safe primes seems to be the slowest part of running the tests. Even with test Uint sizes it's still slow. Can we somehow pre-generate a bunch of primes (at the start of the test, or even just do it once and save in a file) and use them?
The text was updated successfully, but these errors were encountered:
Generating safe primes seems to be the slowest part of running the tests. Even with test Uint sizes it's still slow. Can we somehow pre-generate a bunch of primes (at the start of the test, or even just do it once and save in a file) and use them?
The text was updated successfully, but these errors were encountered: