pub fn difficulty_to_boundary(difficulty: &U256) -> H256
Expand description

Convert an Ethash difficulty to the target boundary. Basically just f(x) = 2^256 / x.