aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMITSUNARI Shigeo <herumi@nifty.com>2016-02-01 08:42:15 +0800
committerMITSUNARI Shigeo <herumi@nifty.com>2016-02-01 08:42:15 +0800
commit1c1ceed7971983fca8985627f92724c8296b9a7f (patch)
treef3ac92b4846bfcdc24e3b9e47f0a43aabcb400a0
parent089367e159900d8d9e428c1b11bc862253a7a425 (diff)
downloaddexon-mcl-1c1ceed7971983fca8985627f92724c8296b9a7f.tar.gz
dexon-mcl-1c1ceed7971983fca8985627f92724c8296b9a7f.tar.zst
dexon-mcl-1c1ceed7971983fca8985627f92724c8296b9a7f.zip
add link to ZKP
-rw-r--r--include/mcl/elgamal.hpp1
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;