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

May this be a BUG? #35

Closed ExTEnS10N closed 1 year ago

ExTEnS10N commented 4 years ago

If 'a' is not a string(and 'b' is null), why invoking the method 'fromString'? https://github.com/andyperlitch/jsbn/blob/52fab097bf5fe2ad981be3d5f22b97032811c6a7/index.js#L19

ExTEnS10N commented 1 year ago

Discontinued.