Provided by: belenios-tool_1.19+dfsg-1_amd64
NAME
belenios-tool - election management tool
SYNOPSIS
belenios-tool [COMMAND] …
MORE INFORMATION
This command is part of the Belenios command-line tool. To get more help on a specific subcommand, run: belenios-tool COMMAND --help See https://www.belenios.org/.
COMMANDS
checksums [--dir=DIR] [--url=URL] [OPTION]… compute checksums compute-voters [--dir=DIR] [--privcreds=PRIVCREDS] [--url=URL] [OPTION]… compute actual voters credgen [OPTION]… generate credentials decrypt [--dir=DIR] [--privkey=PRIV_KEY] [--url=URL] [OPTION]… perform partial decryption generate-token [--length=L] [OPTION]… generate a token method-majority-judgment [--blank-allowed=B] [--nchoices=N] [--ngrades=G] [OPTION]… compute Majority Judgment result method-schulze [--blank-allowed=B] [--nchoices=N] [OPTION]… compute Schulze result method-stv [--nseats=N] [OPTION]… compute Single Transferable Vote result mkelection [OPTION]… create an election public parameter file mktrustees [--dir=DIR] [OPTION]… create a trustee parameter file sha256-b64 [OPTION]… compute SHA256 of standard input and encode it in Base64Compact shuffle [--dir=DIR] [--url=URL] [OPTION]… shuffle ciphertexts threshold-decrypt [OPTION]… perform partial decryption (threshold version) threshold-trustee-keygen [OPTION]… generate a trustee key usable with threshold decryption trustee-keygen [--group=GROUP] [--protocol-version=VERSION] [OPTION]… generate a trustee key validate [--dir=DIR] [--url=URL] [OPTION]… validates an election verify [--dir=DIR] [--url=URL] [OPTION]… verify election data verify-diff [--dir1=DIR1] [--dir2=DIR2] [OPTION]… verify an election directory update vote [OPTION]… create a ballot
COMMON OPTIONS
--help[=FMT] (default=auto) Show this help in format FMT. The value FMT must be one of auto, pager, groff or plain. With auto, the format is pager or plain whenever the TERM env var is dumb or undefined. --version Show version information.
EXIT STATUS
belenios-tool exits with the following status: 0 on success. 123 on indiscriminate errors reported on standard error. 124 on command line parsing errors. 125 on unexpected internal errors (bugs).