elliptic
elliptic copied to clipboard
Add endian argument to bn.js toString method
Feature request: add endian
(le
or be
) argument to bn.js toString
method.
Motivation: working with ed25519
curve from elliptic
module there is an inconvenience.
Issue in bn.js repo: https://github.com/indutny/bn.js/issues/272