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

Provide consistent export experience #7

Closed ccamarat closed 8 years ago

ccamarat commented 9 years ago

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.

darlanalves commented 8 years ago

See https://github.com/andyperlitch/jsbn/issues/6