dkh.bigint
-
Declaration
struct uintN(int N) if (N >= 1);
Bigint with fixed length. The length is
(N*64)bit
. Ex. if you useuintN!2
, it mean uint128.
struct uintN(int N) if (N >= 1);
Bigint with fixed length. The length is (N*64)bit
.
Ex. if you use uintN!2
, it mean uint128.