UNPKG

js-nacl

Version:

Emscripten-compiled Javascript version of NaCl, the Networking and Cryptography library.

12 lines (11 loc) 243 B
<!doctype html> <html> <head> <title>Benchmarking nacl cryptography in the browser</title> <script src="lib/nacl.js"></script> <script src="benchmark.js"></script> </head> <body> <pre id="output"></pre> </body> </html>