-
Notifications
You must be signed in to change notification settings - Fork 715
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rsa: Use dynamic checks for widening conversions.
Remove `SmallerModulus` and instead do the check dynamically. This eliminates the last `unsafe impl` regarding the modulus relationships. The uses of `elem_widen` won't ever fail but since they are in an already-fallible function they wo't hurt.
- Loading branch information
1 parent
bc8f271
commit a8da5bd
Showing
2 changed files
with
10 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters