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
when I try to load this file in native, I get a errors related to navigator. #20
Hi Andyperlitch.
When I try to load this file in native, I get a error related to navigator:
ReferenceError: navigator is not defined.
When I add a check if those variables exist before calling an object within them, Like this...
it's working.
Could you pls update it into your code?
Thank you.