aboutsummaryrefslogtreecommitdiffstats
path: root/docs/demo/bls.html
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-09-11 09:14:24 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-09-11 09:14:24 +0800
commit704103938171a1e7e3190cf38172193f8749afff (patch)
tree3d0a75bedc673014abfbf0b8b93b62fcc3aec7fe /docs/demo/bls.html
parent6be5bb91802bc6ba935561b24e52dc90b5c8855f (diff)
downloaddexon-bls-704103938171a1e7e3190cf38172193f8749afff.tar
dexon-bls-704103938171a1e7e3190cf38172193f8749afff.tar.gz
dexon-bls-704103938171a1e7e3190cf38172193f8749afff.tar.bz2
dexon-bls-704103938171a1e7e3190cf38172193f8749afff.tar.lz
dexon-bls-704103938171a1e7e3190cf38172193f8749afff.tar.xz
dexon-bls-704103938171a1e7e3190cf38172193f8749afff.tar.zst
dexon-bls-704103938171a1e7e3190cf38172193f8749afff.zip
rename bls.js to bls_c.js
Diffstat (limited to 'docs/demo/bls.html')
-rw-r--r--docs/demo/bls.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/demo/bls.html b/docs/demo/bls.html
index d740c25..789b39c 100644
--- a/docs/demo/bls.html
+++ b/docs/demo/bls.html
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>BLS signature sample</title>
-<script type='text/javascript' src="./bls.js"></script>
+<script type='text/javascript' src="./bls_c.js"></script>
<script type='text/javascript' src="./exported-bls.js"></script>
<script type='text/javascript' src="./bls-demo.js"></script>
</script>