diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-09-24 09:05:53 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2017-09-24 09:05:53 +0800 |
commit | 09fd955da7e0217bbd408abcc0bf21566c0032b7 (patch) | |
tree | 448d686192a4f669d349a165b063c03a791b66bc /docs/demo/bls.html | |
parent | a03b46fd258cca5721ca48533351a9f9f2622065 (diff) | |
download | dexon-bls-09fd955da7e0217bbd408abcc0bf21566c0032b7.tar dexon-bls-09fd955da7e0217bbd408abcc0bf21566c0032b7.tar.gz dexon-bls-09fd955da7e0217bbd408abcc0bf21566c0032b7.tar.bz2 dexon-bls-09fd955da7e0217bbd408abcc0bf21566c0032b7.tar.lz dexon-bls-09fd955da7e0217bbd408abcc0bf21566c0032b7.tar.xz dexon-bls-09fd955da7e0217bbd408abcc0bf21566c0032b7.tar.zst dexon-bls-09fd955da7e0217bbd408abcc0bf21566c0032b7.zip |
use SHA-2 and get same hash value with native code
Diffstat (limited to 'docs/demo/bls.html')
-rw-r--r-- | docs/demo/bls.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docs/demo/bls.html b/docs/demo/bls.html index a2d23be..48d9b3c 100644 --- a/docs/demo/bls.html +++ b/docs/demo/bls.html @@ -21,7 +21,6 @@ pairing parameter : <select name="curveType" onChange="onChangeSelectCurve()"> library status <span name="status">initializing...</span> </form> <div>group order : <span name="curveOrder">0</span></div> -<div>Remark : This version uses SHA-1, which will be replaced with SHA-2 later.</div> </p> <button type="text" id="benchmark" onclick="onClickBenchmark()">benchmark</button> <div>pairing time : <span name="time_pairing">0</span>msec</div> |