|
libhcs
|
Stores data pertaining to the usage of proof computation and verification. More...
#include <pcs_t.h>
Data Fields | |
| mpz_t | e [2] |
| Internal proof verification fields. | |
| mpz_t | u [2] |
| Internal proof verification fields. | |
| mpz_t | a [2] |
| Internal proof verification fields. | |
| mpz_t | z [2] |
| Internal proof verification fields. | |
| unsigned long | m1 |
| Value of first power for 1of2 protocol. | |
| unsigned long | m2 |
| Value of second power for 1of2 protocol. | |
| mpz_t | generator |
| Value of generator (base) in 1of2 protocol. | |
Stores data pertaining to the usage of proof computation and verification.
This may be able to be generalised amongst all the threshold damgard-jurik variants, and even the single value versions.
1.8.9.1