Drop the u4 left shift table
()
| 44 | |
| 45 | /// Drop the u4 left shift table |
| 46 | pub fn u4_drop_lshift_tables() -> Script { |
| 47 | u4_drop(16 * 3) |
| 48 | } |
| 49 | |
| 50 | /// Pushes the right shift table, which calculates (x >> b) for b < 3 with OP_PICK'ing (x + 16 * (b - 1)) |
| 51 | pub fn u4_push_rshift_tables() -> Script { |