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
PrivateKey.Validate still uses math/big. That's mostly fine, but if we port it to bigmod and invoke it at the end of GenerateKey and Precompute, we can backstop the correctness of math/big with the more easily verified correctness of bigmod.
The text was updated successfully, but these errors were encountered:
PrivateKey.Validate still uses math/big. That's mostly fine, but if we port it to bigmod and invoke it at the end of GenerateKey and Precompute, we can backstop the correctness of math/big with the more easily verified correctness of bigmod.
The text was updated successfully, but these errors were encountered: