pub fn hash_meets_difficulty( challenge: &[u8; 32], authority: &Pubkey, nonce: u64, min_difficulty: u64, ) -> bool
Client-side hash verification (identical logic to the on-chain program).