indutny / bn.js

BigNum in pure javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve toString('hex') performance

fanatid opened this issue · comments

Instead .toString lookup table can be used, need check how this can be applied in bn.js context. See feross/buffer#245