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

Function u4_drop_lshift_tables

bitvm/src/u4/u4_shift.rs:46–48  ·  view source on GitHub ↗

Drop the u4 left shift table

()

Source from the content-addressed store, hash-verified

44
45/// Drop the u4 left shift table
46pub 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))
51pub fn u4_push_rshift_tables() -> Script {

Callers

nothing calls this directly

Calls 1

u4_dropFunction · 0.85

Tested by

no test coverage detected