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

Function OP_16MUL

bitvm/src/pseudo.rs:98–103  ·  view source on GitHub ↗

The top stack item is multiplied by 16

()

Source from the content-addressed store, hash-verified

96
97/// The top stack item is multiplied by 16
98pub fn OP_16MUL() -> Script {
99 script! {
100 OP_DUP OP_ADD OP_DUP OP_ADD
101 OP_DUP OP_ADD OP_DUP OP_ADD
102 }
103}
104
105/// The top stack item is multiplied by 256
106pub fn OP_256MUL() -> Script {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected