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
Hi there
Forgive me if i've missed something but I'm currently attempting to write a library using ring, and I want to support RSA 4096. However there is no constant defined to allow this. I thought I'd be able to just create the necessary RsaParameters directly, but there is no ability to do this because the properties are private.
If there is no workaround, I'd suggest one of the following:
Make the properties pub
implement a new() or try_new() method.
Thanks!
The text was updated successfully, but these errors were encountered:
Hi there
Forgive me if i've missed something but I'm currently attempting to write a library using ring, and I want to support RSA 4096. However there is no constant defined to allow this. I thought I'd be able to just create the necessary RsaParameters directly, but there is no ability to do this because the properties are private.
If there is no workaround, I'd suggest one of the following:
pub
new()
ortry_new()
method.Thanks!
The text was updated successfully, but these errors were encountered: