diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2016-02-01 08:42:15 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2016-02-01 08:42:15 +0800 |
commit | 1c1ceed7971983fca8985627f92724c8296b9a7f (patch) | |
tree | f3ac92b4846bfcdc24e3b9e47f0a43aabcb400a0 | |
parent | 089367e159900d8d9e428c1b11bc862253a7a425 (diff) | |
download | dexon-mcl-1c1ceed7971983fca8985627f92724c8296b9a7f.tar.gz dexon-mcl-1c1ceed7971983fca8985627f92724c8296b9a7f.tar.zst dexon-mcl-1c1ceed7971983fca8985627f92724c8296b9a7f.zip |
add link to ZKP
-rw-r--r-- | include/mcl/elgamal.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mcl/elgamal.hpp b/include/mcl/elgamal.hpp index f52da1b..e1d6e0d 100644 --- a/include/mcl/elgamal.hpp +++ b/include/mcl/elgamal.hpp @@ -98,6 +98,7 @@ struct ElgamalT { /* Zero Knowledge Proof cipher text with ZKP to ensure m = 0 or 1 + http://dx.doi.org/10.1587/transfun.E96.A.1156 */ struct Zkp { Zn c0, c1, s0, s1; |