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
After #364 is done, it should be straightforward to transliterate GFp_rsa_private_transform into Rust. Note that I wrote GFp_rsa_private_transform myself so there are no licensing issues in changing the license.
The only caller is RSASigningState::sign().
The text was updated successfully, but these errors were encountered:
I really wanted to get this into 0.6 but I don't have time to work on it right now. I'd rather close out 0.6 after the new RSA blinding & verification code goes in so I can focus more on reviewing PRs for 0.7 and beyond.
After #364 is done, it should be straightforward to transliterate
GFp_rsa_private_transform
into Rust. Note that I wroteGFp_rsa_private_transform
myself so there are no licensing issues in changing the license.The only caller is
RSASigningState::sign()
.The text was updated successfully, but these errors were encountered: