Bignum libraries for windows?

前端 未结 4 1875
忘掉有多难
忘掉有多难 2020-12-18 16:20

Are there any bignum libraries that are good for Windows use? I looked at GMP, but unfortunately it does not look like it can be compiled on Windows...(I\'m going to be doin

相关标签:
4条回答
  • 2020-12-18 16:41

    People provide pre-compiled binaries for gmp on Windows; there are also instructions for compiling it yourself. Another option would be the bignum library of OpenSSL.

    0 讨论(0)
  • 2020-12-18 16:44

    Another option is MPIR. MPIR is a fork of GMP that specifically support compilation on Windows.

    0 讨论(0)
  • 2020-12-18 16:54

    http://www.openssl.org/ is stable and time proven library. It also includes well separable bignum libray

    0 讨论(0)
  • 2020-12-18 17:03

    Also have a look at MAPM, A Portable Arbitrary Precision Math Library in C. It also contains C++ wrappers.

    0 讨论(0)
提交回复
热议问题