aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-05-18 15:57:00 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-05-18 15:57:00 +0800
commita774392d79d9f48f7b19d445b1c70c678431cfaf (patch)
tree3697b564c8ef3b55e701bc6791f7f6708ddfa2a8
parent05e2ca0d0b46521ac5010b9ad06e1db57ff1b95f (diff)
downloaddexon-mcl-a774392d79d9f48f7b19d445b1c70c678431cfaf.tar.gz
dexon-mcl-a774392d79d9f48f7b19d445b1c70c678431cfaf.tar.zst
dexon-mcl-a774392d79d9f48f7b19d445b1c70c678431cfaf.zip
update doc
-rw-r--r--misc/she/she-api-ja.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/she/she-api-ja.md b/misc/she/she-api-ja.md
index 5d33cda..e22e682 100644
--- a/misc/she/she-api-ja.md
+++ b/misc/she/she-api-ja.md
@@ -52,7 +52,7 @@ L2準同型暗号とは暗号文同士の加算を複数回、乗算を一度だ
```
## ブラウザでの読み込み
-[she](https://github.com/herumi/she-wasm/)のjsファイルとwasmファイルを読み込む
+[she-wasm](https://github.com/herumi/she-wasm/)のmcl_c.jsファイルとmcl_c.wasmファイルを同じディレクトリに置いてshe.jsを読み込む
```
// HTML
<script src="she.js"></script>