aboutsummaryrefslogtreecommitdiffstats
path: root/docs/demo/bls.html
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-10-10 21:09:57 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2017-10-10 21:09:57 +0800
commitd9a74de3ff0cadeea31ab3dc8816fa463e3c13c3 (patch)
treef396dc4b5ff4d350c87fa3f549569e5681beec3f /docs/demo/bls.html
parent31cdd3294f352f94f6f6c699372f8fcb9015b245 (diff)
downloaddexon-bls-d9a74de3ff0cadeea31ab3dc8816fa463e3c13c3.tar
dexon-bls-d9a74de3ff0cadeea31ab3dc8816fa463e3c13c3.tar.gz
dexon-bls-d9a74de3ff0cadeea31ab3dc8816fa463e3c13c3.tar.bz2
dexon-bls-d9a74de3ff0cadeea31ab3dc8816fa463e3c13c3.tar.lz
dexon-bls-d9a74de3ff0cadeea31ab3dc8816fa463e3c13c3.tar.xz
dexon-bls-d9a74de3ff0cadeea31ab3dc8816fa463e3c13c3.tar.zst
dexon-bls-d9a74de3ff0cadeea31ab3dc8816fa463e3c13c3.zip
[js] add share and recover method
Diffstat (limited to 'docs/demo/bls.html')
-rw-r--r--docs/demo/bls.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/demo/bls.html b/docs/demo/bls.html
index 9c68d62..8c84a2e 100644
--- a/docs/demo/bls.html
+++ b/docs/demo/bls.html
@@ -30,6 +30,9 @@ library status <span name="status">initializing...</span>
<div>Hash and map to G1 : <span name="time_mapToG1">0</span>msec</div>
<div>sign : <span name="time_sign">0</span>msec</div>
<div>verify : <span name="time_verify">0</span>msec</div>
+class<br>
+<div>sign : <span name="time_sign_class">0</span>msec</div>
+<div>verify : <span name="time_verify_class">0</span>msec</div>
<hr>
<button type="text" id="testBls" onclick="onClickTestSignature()">test basic signature</button>
<div>
@@ -40,6 +43,7 @@ signature : <span name="signature"></span><br>
verify : <span name="verifyResult"></span><br>
</div>
<button type="text" id="testBls" onclick="onClickTestShare()">test sharing</button>
+<button type="text" id="testBls" onclick="onClickTestShareClass()">test sharing class</button>
<div>
threshold(k) : <input type="text" name="ss_k" value="3"><br>
number of players(n) : <input type="text" name="ss_n" value="5"><br>