aboutsummaryrefslogtreecommitdiffstats
path: root/docs/demo/bls.html
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-10-10 04:59:39 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-10-10 04:59:39 +0800
commitb0328ca6ad728dceb37f3244d1301899fba2ac0b (patch)
tree46a05c502bb167b6c895da041a348aa310447049 /docs/demo/bls.html
parent44b36a63763fc96c6fe5d6d5f10b4ecac24826b0 (diff)
downloaddexon-bls-b0328ca6ad728dceb37f3244d1301899fba2ac0b.tar
dexon-bls-b0328ca6ad728dceb37f3244d1301899fba2ac0b.tar.gz
dexon-bls-b0328ca6ad728dceb37f3244d1301899fba2ac0b.tar.bz2
dexon-bls-b0328ca6ad728dceb37f3244d1301899fba2ac0b.tar.lz
dexon-bls-b0328ca6ad728dceb37f3244d1301899fba2ac0b.tar.xz
dexon-bls-b0328ca6ad728dceb37f3244d1301899fba2ac0b.tar.zst
dexon-bls-b0328ca6ad728dceb37f3244d1301899fba2ac0b.zip
[js] change BlsId.setStr/getStr
Diffstat (limited to 'docs/demo/bls.html')
-rw-r--r--docs/demo/bls.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/demo/bls.html b/docs/demo/bls.html
index fb36e6b..a539729 100644
--- a/docs/demo/bls.html
+++ b/docs/demo/bls.html
@@ -82,10 +82,10 @@ e(aP, bQ) == e(P, Q)^ab is <span name="verify_pairing"></span>
<hr>
<button type="text" id="testMisc" onclick="onClickTestMisc()">test misc</button>
<div>
-id(dec) = <input type="text" name="idDec" value="3"><br>
+id(dec) = <input type="text" name="idDec" value="256"><br>
</div>
-id(hex) = <span name="idHex"></span><br>
id(dec) again = <span name="idDec2"></span><br>
+id(hex) = <span name="idHex"></span><br>
<div>
</div>
</body>