Bigint (bigbit) library

前端 未结 3 1599
盖世英雄少女心
盖世英雄少女心 2020-11-27 07:37

I\'m looking for a c++ class/library that provides 1024 bit and bigger integers and bit operations like: - bit shifting, - bitwise OR/AND, - position first zero bit

3条回答
  •  眼角桃花
    2020-11-27 08:22

    try gmp library. It is a C library. Beginning with GMP 4.0 a C++ wrapper is bundled with the release.

提交回复
热议问题