We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
BN.muln throws when called with number bigger than 0x4000000
I haven't came across this information until it has blown up on a website 😢
I wanted to make sure it's true and ask for some warning / info in the README / docs. I can do the PR just let me know if that's correct.
The text was updated successfully, but these errors were encountered:
This is expected, internally BN operates 26 bits numbers, so you need to use mul
mul
bn.js/lib/bn.js
Line 1993 in 5df40f8
Would be nice to have that info in the docs, PRs are welcome!
Sorry, something went wrong.
No branches or pull requests
BN.muln throws when called with number bigger than 0x4000000
I haven't came across this information until it has blown up on a website 😢
I wanted to make sure it's true and ask for some warning / info in the README / docs.
I can do the PR just let me know if that's correct.
The text was updated successfully, but these errors were encountered: