diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-05-20 04:21:34 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-05-20 04:21:34 +0800 |
commit | 0a537be1133a7ba75861eefe64abaeb3db3b3e06 (patch) | |
tree | 12c0d74ad87f0caf71a5bf6bad0d7f3f7aa7c3a4 | |
parent | 9d2327edd4c3b03dbfc58e0bd1d1ae3eaa66a260 (diff) | |
download | dexon-mcl-0a537be1133a7ba75861eefe64abaeb3db3b3e06.tar.gz dexon-mcl-0a537be1133a7ba75861eefe64abaeb3db3b3e06.tar.zst dexon-mcl-0a537be1133a7ba75861eefe64abaeb3db3b3e06.zip |
add author to she-api-ja.md
-rw-r--r-- | misc/she/she-api-ja.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/misc/she/she-api-ja.md b/misc/she/she-api-ja.md index 459f07c..850f11f 100644 --- a/misc/she/she-api-ja.md +++ b/misc/she/she-api-ja.md @@ -304,3 +304,11 @@ PK = PublicKey or PrecomputedPublicKey * `void useDecG2ViaGT(bool use)`(C++/JS) * CipherTextG1, CipherTextG2の復号をCipherTextGT経由で行う * 大きな値を復号するときはDLP用の巨大なテーブルをそれぞれに持つよりもGTに集約した方が効率がよい + +# ライセンス + +このライブラリは[修正BSDライセンス](https://github.com/herumi/mcl/blob/master/COPYRIGHT)で提供されます + +# 開発者 + +光成滋生 MITSUNARI Shigeo(herumi@nifty.com) |