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
Adds support for any size of keys, either larger or older/weak keys.
The API is only available under the `hazmat` feature-flag, and the
consumer is responsible for checking the security of what they're using
it for.
Fixes#1058
* dsa: compare key sizes aligned to limb
This allows to compare key sizes after a back and forth through
serialization which could lose the exact key size.
0 commit comments