SwiftyRSA
SwiftyRSA copied to clipboard
Updated deprecated references in iOS 15.
This is to fix all the warnings about the deprecated references.
This PR contains breaking changes, but I think they're worth keeping because:
- We want to eliminate the warnings about the deprecated references.
- The update requires changes in the public
SwiftyRSAErrorenum which is inevitable IMO. - I believe some algorithms, like MD2 and MD5, are no longer supported so we will have to keep the old functions around to make them work because there is no one-to-one mapping, which feels cumbersome.
This PR is required to merge!!