I'm a situation where I'm writing programs that do arithmetic on large numbers for encryption. However, Lua hates large numbers and changes any number that is 2^1024 or over. Is there any addon or something else that I could use to bypass this?
Example:
print(4265 ^ 6219)
> inf