peterolson / BigInteger.js

An arbitrary length integer library for Javascript
The Unlicense
1.12k stars 187 forks source link

fix: added support for parsing hex values #238

Closed antondalgren closed 1 year ago

antondalgren commented 1 year ago

fixes #237

peterolson commented 1 year ago

Hex values are already supported with the radix argument e.g. bigInt("428a2f98d728ae22", 16)