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

CompareTo always returning 0? #9

Closed akinsey closed 8 years ago

akinsey commented 8 years ago

https://github.com/andyperlitch/jsbn/blob/master/index.js#L220

akinsey commented 8 years ago

My mistake