Skip to content

EncodeInt and DecodeInt

Pre-release
Pre-release

Choose a tag to compare

@dineshappavoo dineshappavoo released this 18 Jun 07:30

Introducing EncodeInt and DecodeInt functions. They basically do exactly the same functionality as Encode and Decode but use raw *big.Int args/ret value instead of strings.

Also this release has some optimizations.

Notes:

  • Introducing EncodeInt and DecodeInt functions
  • Reduced the large input runtime from ~125 seconds to ~41 seconds
  • Bug fix for punctuations #10