Currently, this library only supports the encoding of large integers up to ~1.7 ^ 10*13 (17 trillion).
After this point, due to floating point precision issues the library will encode the same string for multiple integers (bad!)
Therefore, if attempting to encode integers larger than 17 trillion, the library will trap (on purpose).
Currently, this library only supports the encoding of large integers up to ~1.7 ^ 10*13 (17 trillion).
After this point, due to floating point precision issues the library will encode the same string for multiple integers (bad!)
Therefore, if attempting to encode integers larger than 17 trillion, the library will trap (on purpose).