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

Function u4_drop_modulo_table

bitvm/src/u4/u4_add.rs:59–61  ·  view source on GitHub ↗

Drops the modulo table

()

Source from the content-addressed store, hash-verified

57
58/// Drops the modulo table
59pub fn u4_drop_modulo_table() -> Script {
60 u4_drop(64)
61}
62
63/// Pushes both modulo and quotient tables for sums
64pub fn u4_push_add_tables() -> Script {

Callers

nothing calls this directly

Calls 1

u4_dropFunction · 0.85

Tested by

no test coverage detected