Drops half logic table
()
| 158 | |
| 159 | /// Drops half logic table |
| 160 | pub fn u4_drop_half_table() -> Script { |
| 161 | u4_drop(136) |
| 162 | } |
| 163 | |
| 164 | /// Pushes the table to calculate the order of ordered pairs (a, b) satisfying the conditions a <= b and 0 <= a, b < 16 |
| 165 | pub fn u4_push_half_lookup() -> Script { |