aboutsummaryrefslogtreecommitdiffstats
path: root/docs/demo/bls.html
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-10-10 14:56:32 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-10-10 14:56:32 +0800
commit8f1d217f654ee9e8e4cf769e0140e3c511a9fdaf (patch)
tree62eca2834317bcbb889534fbaf7460ae662dfce6 /docs/demo/bls.html
parentb0328ca6ad728dceb37f3244d1301899fba2ac0b (diff)
downloaddexon-bls-8f1d217f654ee9e8e4cf769e0140e3c511a9fdaf.tar
dexon-bls-8f1d217f654ee9e8e4cf769e0140e3c511a9fdaf.tar.gz
dexon-bls-8f1d217f654ee9e8e4cf769e0140e3c511a9fdaf.tar.bz2
dexon-bls-8f1d217f654ee9e8e4cf769e0140e3c511a9fdaf.tar.lz
dexon-bls-8f1d217f654ee9e8e4cf769e0140e3c511a9fdaf.tar.xz
dexon-bls-8f1d217f654ee9e8e4cf769e0140e3c511a9fdaf.tar.zst
dexon-bls-8f1d217f654ee9e8e4cf769e0140e3c511a9fdaf.zip
[js] add BlsSecretKey
Diffstat (limited to 'docs/demo/bls.html')
-rw-r--r--docs/demo/bls.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/demo/bls.html b/docs/demo/bls.html
index a539729..3f6ae74 100644
--- a/docs/demo/bls.html
+++ b/docs/demo/bls.html
@@ -83,9 +83,11 @@ e(aP, bQ) == e(P, Q)^ab is <span name="verify_pairing"></span>
<button type="text" id="testMisc" onclick="onClickTestMisc()">test misc</button>
<div>
id(dec) = <input type="text" name="idDec" value="256"><br>
+sec = <input type="text" name="sec1" value="1a2b3c"><br>
</div>
id(dec) again = <span name="idDec2"></span><br>
id(hex) = <span name="idHex"></span><br>
+sec.serialize = <span name="secSerialize"></span><br>
<div>
</div>
</body>