File: test-quick-fast.html

package info (click to toggle)
node-tweetnacl 1.0.3%2Bdfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,428 kB
  • sloc: javascript: 21,523; ansic: 1,367; makefile: 33
file content (12 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
<!doctype html>
<html>
<head>
  <meta charset="utf-8">
  <title>TweetNaCl-js Tests (fast)</title>
</head>
<body>
<h1>TweetNaCl-js Tests (fast)</h1>
<script src="../../nacl-fast.min.js"></script>
<script src="_bundle-quick.js"></script>
</body>
</html>