Skip to main content

Module runner

Module runner 

Source
Expand description

Scenario runner

Structs§

Ed25519Signature
Signature made using the ed25519 signing algorithm.
LogDigest
Truncated SHA-256 digest of a log entry and the previous log digest
LogEntries
Response from [Client::get_log_entries].
LogEntry
Entry in the log response.
ScenarioReturnValue
The return value of a Scenario.
ScenarioRunner
Runs commands against a physical or in-memory YubiHSM2 token.

Enums§

CommandReturnValue
The return value of a Command.

Constants§

LOG_DIGEST_SIZE
Size of a truncated digest in the log

Functions§

serialize_with_newline 🔒
Serializes an object to JSON, suffixed by a newline.