pub fn verify_pow<S: PowStrategy>( challenge: [u8; 32], bits: f64, nonce: u64, ) -> bool
Verifies a proof-of-work nonce.