pub fn solve( challenge: &[u8], prefix: &[u8], target_difficulty: f64, ) -> (bool, f64)
Proof-of-work solver using WASM implementation with fallback