dkh.bigint

Members

Structs

uintN
struct uintN(int N)

Bigint with fixed length. The length is (N*64)bit. Ex. if you use uintN!2, it mean uint128.

Meta