Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BitVM/BitVM
/ to_decimal
Function
to_decimal
prover/src/docker.rs:180–183 ·
view source on GitHub ↗
(s: &str)
Source
from the content-addressed store, hash-verified
178
}
179
180
pub fn to_decimal(s: &str) -> Option<String> {
181
let int = BigUint::from_str_radix(s, 16).ok();
182
int.map(|n| n.to_str_radix(10))
183
}
Callers
1
stark_to_succinct
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected