EncodeInt and DecodeInt
Pre-release
Pre-release
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