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

Method get_script

bitvm/src/signatures/winternitz.rs:585–588  ·  view source on GitHub ↗
(ps: &Parameters)

Source from the content-addressed store, hash-verified

583 }
584
585 fn get_script(ps: &Parameters) -> Script {
586 let _ = ps;
587 script! {}
588 }
589}
590
591/// Converts the digits into bytes and leaves them on the stack.

Callers 5

test_gFunction · 0.80
test_roundFunction · 0.80
sha256_stackFunction · 0.80
test_sha256Function · 0.80

Calls 2

cloneMethod · 0.80
pushMethod · 0.45

Tested by 3

test_gFunction · 0.64
test_roundFunction · 0.64
test_sha256Function · 0.64