MCPcopy Create free account
hub / github.com/BitVM/BitVM / u4_push_full_lookup_table_stack

Function u4_push_full_lookup_table_stack

bitvm/src/u4/u4_logic_stack.rs:78–80  ·  view source on GitHub ↗

Pushes table for the value x * 16

(stack: &mut StackTracker)

Source from the content-addressed store, hash-verified

76
77/// Pushes table for the value x * 16
78pub fn u4_push_full_lookup_table_stack(stack: &mut StackTracker) -> StackVariable {
79 stack.var(17, u4_push_full_lookup(), "full_lookup_table")
80}
81
82/// Does the given logical operation with parameters
83pub fn u4_logic_with_table_stack(

Callers 3

test_xorFunction · 0.85
sha256_stackFunction · 0.85

Calls 1

u4_push_full_lookupFunction · 0.85

Tested by 2

test_xorFunction · 0.68