Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ u4_drop_rshift_tables
Function
u4_drop_rshift_tables
bitvm/src/u4/u4_shift.rs:86–88 ·
view source on GitHub ↗
Drops the u4 right shift table
()
Source
from the content-addressed store, hash-verified
84
85
/// Drops the u4 right shift table
86
pub fn u4_drop_rshift_tables() -> Script {
87
u4_drop(16 * 2)
88
}
89
90
/// Pushes u4 left and right shift tables
91
pub fn u4_push_2_nib_rshift_tables() -> Script {
Callers
nothing calls this directly
Calls
1
u4_drop
Function · 0.85
Tested by
no test coverage detected