macOS support?
Is there a reason that the same code wouldn't support macOS / OSX?
@rpural Thanks for opening an issue! This is a duplicate of https://github.com/TakeScoop/SwiftyRSA/issues/24 in which I laid out the reasons why I think maintaining iOS/watchOS/tvOS + macOS support would probably be hard to do. However I'm open to it if it only requires a couple small #ifs. We could probably add https://github.com/krzyzanowskim/CryptoSwift as a dependency to workaround the reliance on CommonCrypto. I'd love to see someone open a Pull Request to show the changes that would be required. Thank you!
you can use https://github.com/izouxv/CocoaCryptoMac on macOS
is this issue still valid or is the https://github.com/izouxv/CocoaCryptoMac helpful enough?
We would also need macOS support
The opened PR looks quite fine and fits to your statement regards: "if it only requires a couple small #ifs"