Skip to content

Support encoding of large integers #2

@ByronBecker

Description

@ByronBecker

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).

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions