Skip to content
Snippets Groups Projects
Select Git revision
  • master protected
  • test default protected
  • original
  • pirati-backup protected
  • beta-2
  • beta-1
  • v3.1.4
  • v3.1.3
  • v3.1.2
  • v3.1.1
  • v3.1.0
  • v3.0.16
  • v3.0.15
  • v3.0.14
  • v3.0.13
  • v3.0.12
  • v3.0.11
  • v3.0.10
  • v3.0.9
  • v3.0.8
  • v3.0.7
  • v3.0.6
  • v3.0.5
  • v3.0.4
24 results

docs.html

Blame
  • docs.html 1.47 KiB
    {% extends 'server_ui/templates/base.html' %}
    {% block title %}{{ settings.SITE_TITLE }}{% endblock %}
    
    {% block header %}
    {% endblock %}
    
    {% block content %}
    
    <div class="large-12-columns">
    
    <div class="row"><h2>Documentation</h2></div>
    
    <div class="row">
    
    <p>
    The Helios Voting technology is based on advanced peer-reviewed
    cryptographic techniques that enable your vote to remain secret while
    providing an intelligent ballot tracker to let you verify that your
    ballot was received and counted properly:
    </p>
    
    <ul>
    <li> <a href="http://documentation.heliosvoting.org/">technical documentation</a></li>
    <li> <a href="http://www.usenix.org/events/sec08/tech/full_papers/adida/adida.pdf">original peer-reviewed (Usenix Security 2008)</a></li>
    <li> <a href="https://github.com/google/pyrios">Pyrios</a>, a Go library by <a href="http://1.37e2.net/">Tom Roeder</a> that verifies Helios elections.
    <li> <a href="http://www.uclouvain.be/crypto/electionmonitor/default/about">Helios Election Monitor</a>, produced by the Universite catholique de Louvain.</li>
    </ul>
    
    <p>
    Helios has been covered in the press:
    </p>
    
    <ul>
    <li> <a href="http://www.kcbs.com/bayareanews/Tracking-Votes-During-Elections/7161136">KCBS News Interview, May 2010</a></li>
    <li> <a href="http://harvardmagazine.com/2010/05/secret-ballots-verifiable-votes">Harvard Magazine, April 2010</a></li>
    <li> <a href="http://www.ynet.co.il/articles/0,7340,L-3720204,00.html">Ynet, Israeli Press, June 2009</a></li>
    
    
    </div>
    
    </div>
    
    {% endblock %}