X = 712360810625491574981234007851998 is represented using a linked list and each node is an unsigned int
X = 712360810625491574981234007851998
unsigned int
Is there a fast way to d
I think, if you use 64 bit integer the code should be
o3 = i3 << 3 | i2 >> (32 - 3); .....