我需要从Modulus和Expnent生成RSA公钥。我是Swift的新手,所以搜寻了一下。我找到了这些:
Generate RSA Public Key from Modulus and Exponent
Generating public key from modulus and exponent
https://meniny.cn/posts/RSA_public_key_with_modulus_and_exponent/
但是这个建议不是用Swift 4编译的。有很多错误。我也发现了这个:https://forums.developer.apple.com/thread/4866
它说“ iOS对此不提供任何公共API”。那我该怎么办呢?