is there an efficient way to define a “big” unsigned integer type like UInt256?
what things should I implement?
don’t wanna use BigInt.
thanks
is there an efficient way to define a “big” unsigned integer type like UInt256?
what things should I implement?
don’t wanna use BigInt.
thanks
A;ready made for you in GitHub - rfourquet/BitIntegers.jl: Fixed-width integers similar to builtin ones.
thanks!