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§
- Test
Result - Result of executing one
TestVectoragainst one scheme.
Enums§
- Outcome
- Whether the run succeeded, aborted cleanly (e.g. detected Byzantine misbehavior), or errored.