Push full XOR table
(stack: &mut StackTracker)
| 22 | |
| 23 | /// Push full XOR table |
| 24 | pub 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 |
| 29 | pub fn u4_push_half_lookup_0_based() -> Script { |