Skip to main content

Module result

Module result 

Source
Expand description

Outcome of running one test vector.

A TestResult records whether the protocol completed, what bytes it produced, how many rounds and bytes-on-the-wire it took, and how long it ran for. The reporter (crate::report) turns a batch of these into the JSON NIST consumes.

Structs§

TestResult
Result of executing one TestVector against one scheme.

Enums§

Outcome
Whether the run succeeded, aborted cleanly (e.g. detected Byzantine misbehavior), or errored.