Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_g
Function · 0.80
test_round
Function · 0.80
blake3_compute_script_with_limb
Function · 0.80
sha256_stack
Function · 0.80
test_sha256
Function · 0.80
Calls
2
clone
Method · 0.80
push
Method · 0.45
Tested by
3
test_g
Function · 0.64
test_round
Function · 0.64
test_sha256
Function · 0.64