PVDUMP
PVDUMP(sig);
PVDUMP(vstr);
PVDUMP(data);
PVDUMP(res1);
PVDUMP(res2);
PVDUMP(res);
PVDUMP(res);
PVDUMP(res);
PVDUMP(res);
PVDUMP(res);
PVDUMP(res);
PVDUMP(res);
PVDUMP(res);
PVDUMP(res);
PVDUMP(res);
PVDUMP(res);
printf("prime number = \n"); PVDUMP(&p1);
printf("private key for user 1 = \n"); PVDUMP(priv1);
printf("public key for user 1 = \n"); PVDUMP(pub1);
printf("private key for user 2 = \n"); PVDUMP(priv2);
printf("public key for user 2 = \n"); PVDUMP(pub2);
printf("sharing gxy1 of user 1 = \n"); PVDUMP(gxy1);
printf("sharing gxy2 of user 2 = \n"); PVDUMP(gxy2);
PVDUMP(rn);