INNER CODE UNIT · C

actions

Tongsuo-Project/Tongsuo · apps/bulletproofs.c:470

    actions = ppgen + pp + witness + proof + prove + verify;
    if (actions == 0) {
        BIO_printf(bio_err, "No action parameter specified.\n");
        goto opthelp1;
    } else if (actions != 1) {
        BIO_printf(bio_err, "Only one action parameter must be specified.\n");
        goto opthelp1;
    }

    while ((o = opt_next()) != OPT_EOF) {
        switch (o) {
        case OPT_EOF:
        case OPT_ERR:
opthelp2:
            BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
            goto err;
        case OPT_HELP:
            ret = 0;

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…