diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2017-10-02 13:06:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-02 13:06:22 +0800 |
commit | 651e122018f541a455b97711c474e113d5853f19 (patch) | |
tree | fe51ef61865b3a36edf82bafcebfd56b1ed56488 | |
parent | b98eb56a538851461b0993ac5e4420a2d57f1f8f (diff) | |
download | tangerine-mcl-651e122018f541a455b97711c474e113d5853f19.tar.gz tangerine-mcl-651e122018f541a455b97711c474e113d5853f19.tar.zst tangerine-mcl-651e122018f541a455b97711c474e113d5853f19.zip |
add link to SHE demo
-rw-r--r-- | readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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)
|