![]() |
Anoncoin
0.9.4
P2P Digital Currency
|
Parameter generation utility for Zerocoin. More...
#include <string>
#include <iostream>
#include <fstream>
#include <curses.h>
#include <exception>
#include "Zerocoin.h"
Go to the source code of this file.
Macros | |
#define | DEFAULT_MODULUS_SIZE 3072 |
#define | MIN_MODULUS_SIZE 1026 |
Functions | |
void | PrintWarning () |
void | usage () |
int | main (int argc, char **argv) |
Parameter generation utility for Zerocoin.
Definition in file paramgen.cpp.
#define DEFAULT_MODULUS_SIZE 3072 |
Definition at line 22 of file paramgen.cpp.
#define MIN_MODULUS_SIZE 1026 |
Definition at line 23 of file paramgen.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
void PrintWarning | ( | ) |
void usage | ( | ) |