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: