bn.js icon indicating copy to clipboard operation
bn.js copied to clipboard

Improve toString('hex') performance

Open fanatid opened this issue 6 years ago • 0 comments

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

fanatid avatar Sep 12 '19 05:09 fanatid