Referendos criptograficamente incorruptíveis.
UrnaCripto is a cryptographically secure online referendum protocol that allows authorized voters to cast secret votes on specific topics and reach mathematically incorruptible results that can be independently verified. The project addresses concerns about electronic voting system vulnerabilities by using linkable ring signatures to enable each voter to prove that the final result was computed honestly, duplicate votes were prevented, vote secrecy was maintained, and the tally was accurate—all without requiring a trusted central server. The implementation is built with PureScript for the cryptographic functions (hosted in a separate repository), React for the web interface, and Node.js with Express for the REST API server that serves as the common communication medium.