aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2017-10-02 13:06:22 +0800
committerGitHub <noreply@github.com>2017-10-02 13:06:22 +0800
commit651e122018f541a455b97711c474e113d5853f19 (patch)
treefe51ef61865b3a36edf82bafcebfd56b1ed56488
parentb98eb56a538851461b0993ac5e4420a2d57f1f8f (diff)
downloadtangerine-mcl-651e122018f541a455b97711c474e113d5853f19.tar.gz
tangerine-mcl-651e122018f541a455b97711c474e113d5853f19.tar.zst
tangerine-mcl-651e122018f541a455b97711c474e113d5853f19.zip
add link to SHE demo
-rw-r--r--readme.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 8dfbf50..71bffea 100644
--- a/readme.md
+++ b/readme.md
@@ -95,6 +95,7 @@ msbuild mcl.sln /p:Configuration=Release /m
## Build for WASM(WebAssembly) (experimental)
mcl supports emcc (Emscripten) and `test/bn_test.cpp` runs on browers such as Firefox, Chrome and Edge(enable extended JavaScript at about:config).
+* [SHE on browser](http://herumi.github.io/mcl/demo/she.html)
* [BLS signature on brower](http://herumi.github.io/bls/demo/bls.html)