kt-math
kt-math copied to clipboard
iOS implementation
I am working on an pure-Kotlin ASN.1 encode / decoder that will work as a Kotlin/Multiplatform library. ASN.1 uses BigInteger, which I replaced with your library. However, there is no iOS variant yet so I wonder how I could help out to add one.
Hi @saschpe. I am greatly interested in targetting other platforms, but I'm currently lacking the time to practice and gain expertise.
So it would be great if you could:
- explain to me how to target iOS (maybe here?) and which is the most adequate repository to push iOS-compliant binaries into
- submit a PR where you edit my build to target iOS
- both of the above