aboutsummaryrefslogtreecommitdiffstats
path: root/docs/demo/bls.html
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-09-16 10:48:30 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-09-16 10:48:30 +0800
commit3659e4d9bbfc6bff0df70afd200234f2eccf0d57 (patch)
tree39546bdfc3efa989d904e08281808bf8b69f5f41 /docs/demo/bls.html
parent0162fb6db423de2fae7a239ebdf2666d1dfa5b7c (diff)
downloaddexon-bls-3659e4d9bbfc6bff0df70afd200234f2eccf0d57.tar
dexon-bls-3659e4d9bbfc6bff0df70afd200234f2eccf0d57.tar.gz
dexon-bls-3659e4d9bbfc6bff0df70afd200234f2eccf0d57.tar.bz2
dexon-bls-3659e4d9bbfc6bff0df70afd200234f2eccf0d57.tar.lz
dexon-bls-3659e4d9bbfc6bff0df70afd200234f2eccf0d57.tar.xz
dexon-bls-3659e4d9bbfc6bff0df70afd200234f2eccf0d57.tar.zst
dexon-bls-3659e4d9bbfc6bff0df70afd200234f2eccf0d57.zip
splict bls-demo.js into bls-demo.js and bls.js
Diffstat (limited to 'docs/demo/bls.html')
-rw-r--r--docs/demo/bls.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/demo/bls.html b/docs/demo/bls.html
index 078c13a..a2d23be 100644
--- a/docs/demo/bls.html
+++ b/docs/demo/bls.html
@@ -4,8 +4,9 @@
<meta charset="UTF-8">
<title>BLS signature sample</title>
<link rel="stylesheet" href="style.css" type="text/css">
-<script type='text/javascript' src="./bls_c.js"></script>
<script type='text/javascript' src="./exported-bls.js"></script>
+<script type='text/javascript' src="./bls_c.js"></script>
+<script type='text/javascript' src="./bls.js"></script>
<script type='text/javascript' src="./bls-demo.js"></script>
</script>
</head>