add link to ZKP

dev
MITSUNARI Shigeo 9 years ago
parent 089367e159
commit 1c1ceed797
  1. 1
      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;

Loading…
Cancel
Save