Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
belenios
belenios
Commits
5c8041b5
Commit
5c8041b5
authored
Mar 22, 2017
by
Stephane Glondu
Browse files
Check encrypted tally in "belenios-tool verify"
parent
b0ded55d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tool/tool_election.ml
View file @
5c8041b5
...
...
@@ -178,7 +178,9 @@ module Make (P : PARSED_PARAMS) : S = struct
);
(
match
get_result
()
with
|
Some
result
->
assert
(
E
.
check_result
pks
(
result_of_string
G
.
read
result
))
let
result
=
result_of_string
G
.
read
result
in
assert
(
Lazy
.
force
encrypted_tally
=
result
.
encrypted_tally
);
assert
(
E
.
check_result
pks
result
)
|
None
->
print_msg
"W: no result to check"
);
print_msg
"I: all checks passed"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment