andyperlitch / jsbn

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

Closed jackowitz closed 9 years ago

jackowitz commented 9 years ago

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.

andyperlitch commented 9 years ago

Thanks!