So im fairly new to C but im trying to store a very very very large number. i couldnt tell you the exact number because it depends on the users input. But im trying to find a way to store something in a way that java or python does by using BigInt.
i would like to handle it like a int as well. (like doing mathematic equations with it)
I tried using every single data type in C with no success.
Pls help
edit: this is for a encryption algorithm i wrote in java. if you go to the github link(https://github.com/N0tA1dan/Krypton) you can see how big of numbers im dealing with. now im trying to write the algorithm in C