UNPKG
tweetnacl-es6
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Port of TweetNaCl cryptographic library to JavaScript es6
tweetnacl.js.org
hakanols/tweetnacl-es6
tweetnacl-es6
/
test
/
benchmark
/
bench.html
12 lines
(11 loc)
•
247 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype
html
>
<
html
lang
=
"en"
>
<
head
>
<
meta
charset
=
"utf8"
>
<
title
>
TweetNaCl-js Benchmarks
</
title
>
</
head
>
<
body
>
<
h1
>
TweetNaCl-js Benchmarks
</
h1
>
<
script
type
=
"module"
src
=
"bench.js"
>
</
script
>
</
body
>
</
html
>