{% trans "Electoral processes" %}
{% trans "In this area you need to define the security level to indicate how many elements are necessary to confirm each action" %}
- {% trans "Actions secutiry level Simple" %}
-
{% blocktrans %}
Changes without significant implications in the electoral process. They can be performed with the key of an element of the electoral commission (N=1).
{% endblocktrans %}
- {% trans "Actions secutiry level Strong" %}
-
{% blocktrans %}
Changes with significant implications in the electoral process. They can be performed with the keys of most element of the electoral commission (N=(M/2)+1).
{% endblocktrans %}
- {% trans "Actions secutiry level Critical" %}
-
{% blocktrans %}
Changes with serious implications in the electoral process. It can only be performed with the keys of all elements of the electoral commission (N=M).
{% endblocktrans %}
{% endblock container %}