Closed hwellmann closed 2 years ago
According to belenios-tool validate --help
belenios-tool validate --help
The result structure contains partial decryptions itself, so partial_decryptions.jsons can be discarded afterwards.
The output result.json does contain the partial decryptions, but in reverse order, compared to partial_decryptions.jsons.
result.json
partial_decryptions.jsons
Is this intentional?
Indeed, I confirm the code does what you observe.
Actually, the order of partial decryptions should not matter.
According to
belenios-tool validate --help
The output
result.json
does contain the partial decryptions, but in reverse order, compared topartial_decryptions.jsons
.Is this intentional?