Expand description
Define the internal hash program representation used by HashX.
Structs§
- Program
- Generated
HashX
program, as a boxed array of instructions
Enums§
- Instruction 🔒
- Define the HashX virtual instruction set
- Opcode 🔒
- An instruction operation, without any of its arguments
Constants§
- NUM_
INSTRUCTIONS 🔒 - Maximum number of instructions in the program
Type Aliases§
- Instruction
Array 🔒 - Type alias for a full-size array of
Instruction
s - Instruction
Vec 🔒 - Type alias for a [
FixedCapacityVec
] that can buildInstructionArray
s