aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2018-04-17 10:23:37 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2018-04-17 10:23:37 +0800
commitf0140dee83d9902d03007abc786c5f3d286da4fa (patch)
tree988c84c627010dd03fad51d549c9b95cd6289a58
parent09ee2e1ab22d30790e5c8bc87e7f63c63650c0a7 (diff)
downloaddexon-mcl-f0140dee83d9902d03007abc786c5f3d286da4fa.tar.gz
dexon-mcl-f0140dee83d9902d03007abc786c5f3d286da4fa.tar.zst
dexon-mcl-f0140dee83d9902d03007abc786c5f3d286da4fa.zip
[she] add description of she.neg
-rw-r--r--misc/she/she-api-ja.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/she/she-api-ja.md b/misc/she/she-api-ja.md
index e02a6a4..4e79c05 100644
--- a/misc/she/she-api-ja.md
+++ b/misc/she/she-api-ja.md
@@ -231,7 +231,8 @@ int main()
* `CT she.sub(CT x, CT y)`(JS)
* 暗号文xから暗号文yを引いてzにセットする(またはその値を返す)
* `void CT::neg(CT& y, const CT& x)`(C++)
- * 暗号文xの符号反転をyにセットする
+* `void she.neg(CT x)`(JS)
+ * 暗号文xの符号反転をyにセットする(またはその値を返す)
* `void CT::mul(CT& z, const CT& x, int y)`(C++)
* `CT she.mulInt(CT x, int y)`(JS)
* 暗号文xを整数倍yしてzにセットする(またはその値を返す)