Expand description
Contains an interface for defining composable snippets of Triton assembly.
Structs§
- Reviewer
- Sign
OffFingerprint - A fingerprint as used for signing off snippets.
Traits§
- Basic
Snippet - A (basic) snippet represents a piece of code that can be run in Triton VM.
- Signed
OffSnippet - Extension trait for
BasicSnippetrelated to signing off. Contains methods that are callable, but for which the provided default implementation cannot be overridden.