UNPKG

sjcl-aws

Version:

Stanford Javascript Crypto Library

16 lines (15 loc) 466 B
<!DOCTYPE html> <html> <head> <title>SJCL browser performance</title> <link rel="stylesheet" type="text/css" href="test.css"/> </head> <body> <h1>SJCL browser performance</h1> <div id="status">Waiting for tests to begin...</div> <div id="print"></div> <script type="text/javascript" src="../sjcl.js"></script> <script type="text/javascript" src="browserUtil.js"></script> <script type="text/javascript" src="performance.js"></script> </body> </html>