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

Function u4_push_full_xor_table_stack

bitvm/src/u4/u4_logic_stack.rs:24–26  ·  view source on GitHub ↗

Push full XOR table

(stack: &mut StackTracker)

Source from the content-addressed store, hash-verified

22
23/// Push full XOR table
24pub fn u4_push_full_xor_table_stack(stack: &mut StackTracker) -> StackVariable {
25 stack.var(256, u4_push_full_xor_table(), "xor_full_table")
26}
27
28/// Pushes the table to calculate the order of ordered pairs (a, b) satisfying the conditions a <= b and 0 <= a, b < 15
29pub fn u4_push_half_lookup_0_based() -> Script {

Callers 4

test_xorFunction · 0.85
newMethod · 0.85
sha256_stackFunction · 0.85

Calls 1

u4_push_full_xor_tableFunction · 0.85

Tested by 2

test_xorFunction · 0.68