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

Function u4_push_half_xor_table_stack

bitvm/src/u4/u4_logic_stack.rs:19–21  ·  view source on GitHub ↗

Push half XOR table

(stack: &mut StackTracker)

Source from the content-addressed store, hash-verified

17
18/// Push half XOR table
19pub fn u4_push_half_xor_table_stack(stack: &mut StackTracker) -> StackVariable {
20 stack.var(136, u4_push_half_xor_table(), "xor_half_table")
21}
22
23/// Push full XOR table
24pub fn u4_push_full_xor_table_stack(stack: &mut StackTracker) -> StackVariable {

Callers 4

test_xor_halfFunction · 0.85
newMethod · 0.85
sha256_stackFunction · 0.85

Calls 1

u4_push_half_xor_tableFunction · 0.85

Tested by 2

test_xor_halfFunction · 0.68