1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/misc/cryptoballot/pkg-descr
Stefan Eßer fb16dfecae Remove WWW entries moved into port Makefiles
Commit b7f05445c0 has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.

This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.

Approved by:		portmgr (tcberner)
2022-09-07 23:58:51 +02:00

15 lines
665 B
Plaintext

Cryptoballot in an implementation of a cryptographically secure
online voting system that includes the blind signature algorithm
allowing secure and reliable anonymous voting.
Features:
* All votes are anonymous with an option for the voter to mark their
ballot as public.
* All voters can verify that their vote has been counted.
* All voters can verify that all the votes have been tallied correctly.
* All voters can verify that the total number of signed ballots matches
the number of votes cast.
* Auditors with access to the voters list can verify the identities of
all voters who cast a ballot, but cannot match which ballot belongs
to which voter.