Module auditing

Source
Expand description

Auditing utilities

There is a way to both audit a single sector (primarily helpful for testing purposes) and the whole plot (which is heavily parallelized and much more efficient) created by functions in plotting module earlier.

Structs§

AuditResult
Result of sector audit

Enums§

AuditingError
Errors that happen during proving

Functions§

audit_plot_sync
Audit the whole plot and generate streams of results.
audit_sector_sync
Audit a single sector and generate a stream of solutions.