biginteger on Objective-c

前端 未结 5 2019
孤城傲影
孤城傲影 2020-11-28 15:09

Can anyone provide code for a BigInteger implementation in objective-c that provides a PowMod function ?

5条回答
  •  感情败类
    2020-11-28 15:41

    You can try https://github.com/kirsteins/JKBigInteger It is similar to Java's BigInteger class. It has mod and pow methods that you can combine.

提交回复
热议问题