UNPKG
js-nacl
Version:
latest (1.4.0)
1.4.0
1.3.2
1.3.1
1.2.2
1.2.1
1.2.0
0.6.0
0.5.0
0.1.0
0.0.4
0.0.3
0.0.2
0.0.1
High-level API to libsodium.
github.com/tonyg/js-nacl
tonyg/js-nacl
js-nacl
/
benchmark.html
12 lines
(11 loc)
•
251 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype
html
>
<
html
>
<
head
>
<
title
>
Benchmarking nacl cryptography in the browser
</
title
>
<
script
src
=
"lib/nacl_factory.js"
>
</
script
>
<
script
src
=
"benchmark.js"
>
</
script
>
</
head
>
<
body
>
<
pre
id
=
"output"
>
</
pre
>
</
body
>
</
html
>