The jsbn library is a fast, portable implementation of large-number math in pure JavaScript, enabling public-key crypto and other applications on desktop and mobile browsers.
Other
167
stars
41
forks
source link
Added parsing for hex, binary and octal notations #16
Looks great, I also found it annoying that the constructor did not auto-convert these. I'll merge this shortly after setting up a few tests.