Bignum libraries for windows?

2020-02-11 11:39发布

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 doing some custom RSA and hashing routines)

Thanks.

4条回答
▲ chillily
2楼-- · 2020-02-11 11:48

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.

查看更多
迷人小祖宗
3楼-- · 2020-02-11 11:56

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

查看更多
放荡不羁爱自由
4楼-- · 2020-02-11 11:59

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

查看更多
兄弟一词,经得起流年.
5楼-- · 2020-02-11 12:08

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

查看更多
登录 后发表回答