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.
Addresses #6. The export function at the end of the module delivers an inconsistent experience between the web and commonJs environments. This PR makes them consistent and updates the documentation.
Addresses #6. The export function at the end of the module delivers an inconsistent experience between the web and commonJs environments. This PR makes them consistent and updates the documentation.
It also normalizes the tabbing in the module.