#include <Params.h>
Definition at line 22 of file Params.h.
◆ IntegerGroupParams()
| libzerocoin::IntegerGroupParams::IntegerGroupParams |
( |
| ) |
|
Integer group class, default constructor.
Allocates an empty (uninitialized) set of parameters.
Definition at line 37 of file Params.cpp.
◆ randomElement()
| CBigNum libzerocoin::IntegerGroupParams::randomElement |
( |
| ) |
const |
Generates a random group element.
- Returns
- a random element in the group.
Definition at line 41 of file Params.cpp.
◆ SERIALIZE_METHODS()
| CBigNum libzerocoin::IntegerGroupParams::g |
A generator for the group.
Definition at line 40 of file Params.h.
◆ groupOrder
| CBigNum libzerocoin::IntegerGroupParams::groupOrder |
The order of the group.
Definition at line 57 of file Params.h.
| CBigNum libzerocoin::IntegerGroupParams::h |
A second generator for the group.
Note log_g(h) and log_h(g) must be unknown.
Definition at line 47 of file Params.h.
◆ initialized
| bool libzerocoin::IntegerGroupParams::initialized |
◆ modulus
| CBigNum libzerocoin::IntegerGroupParams::modulus |
The modulus for the group.
Definition at line 52 of file Params.h.
The documentation for this class was generated from the following files: