UNPKG

jsbn

Version:

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.

12 lines (11 loc) 222 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title></title> </head> <body> <script src="index.js"></script> <script src="example.js"></script> </body> </html>