Module basic_snippet

Module basic_snippet 

Source
Expand description

Contains an interface for defining composable snippets of Triton assembly.

Structs§

Reviewer
SignOffFingerprint
A fingerprint as used for signing off snippets.

Traits§

BasicSnippet
A (basic) snippet represents a piece of code that can be run in Triton VM.
SignedOffSnippet
Extension trait for BasicSnippet related to signing off. Contains methods that are callable, but for which the provided default implementation cannot be overridden.