aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-05-18 14:47:57 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-05-18 14:47:57 +0800
commit05e2ca0d0b46521ac5010b9ad06e1db57ff1b95f (patch)
treeea1101769dc7ae55b3cfad8fb781f607ee268589
parent3e85f9d29f210634e48912a486adc00685066db6 (diff)
downloaddexon-mcl-05e2ca0d0b46521ac5010b9ad06e1db57ff1b95f.tar.gz
dexon-mcl-05e2ca0d0b46521ac5010b9ad06e1db57ff1b95f.tar.zst
dexon-mcl-05e2ca0d0b46521ac5010b9ad06e1db57ff1b95f.zip
link to how to make library
-rw-r--r--misc/she/she-api-ja.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/she/she-api-ja.md b/misc/she/she-api-ja.md
index b2e992e..5d33cda 100644
--- a/misc/she/she-api-ja.md
+++ b/misc/she/she-api-ja.md
@@ -52,6 +52,7 @@ L2準同型暗号とは暗号文同士の加算を複数回、乗算を一度だ
```
## ブラウザでの読み込み
+[she](https://github.com/herumi/she-wasm/)のjsファイルとwasmファイルを読み込む
```
// HTML
<script src="she.js"></script>
@@ -95,6 +96,7 @@ she.init().then(() => {
```
# C++版サンプル
+ライブラリのビルドは[mcl](https://github.com/herumi/mcl/#installation-requirements)を参照
```
#include <mcl/she.hpp>
int main()