bn.js
bn.js copied to clipboard
Improve toString('hex') performance
Instead .toString lookup table can be used, need check how this can be applied in bn.js context. See https://github.com/feross/buffer/pull/245