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
Include rng functionality from the original library. #3
Just added the contents of Tom Wu's rng.js and prng4.js to index.js and updated the exports. Probably should be refactored into separate files, but I just needed it for a quick hack.
Just added the contents of Tom Wu's
rng.js
andprng4.js
toindex.js
and updated the exports. Probably should be refactored into separate files, but I just needed it for a quick hack.