sgns::primitives::PreRuntime¶
#include <digest.hpp>
Inherits from sgns::primitives::detail::DigestItemCommon
Additional inherited members¶
Public Functions inherited from sgns::primitives::detail::DigestItemCommon
| Name | |
|---|---|
| bool | operator==(const DigestItemCommon & rhs) const |
| bool | operator!=(const DigestItemCommon & rhs) const |
Public Attributes inherited from sgns::primitives::detail::DigestItemCommon
| Name | |
|---|---|
| VerificationEngineId | verification_engine_id |
| base::Buffer | data |
Detailed Description¶
A pre-runtime digest.
These are messages from the verification engine to the runtime, although the verification engine can (and should) read them itself to avoid code and state duplication. It is erroneous for a runtime to produce these, but this is not (yet) checked.
Updated on 2026-03-04 at 13:10:43 -0800