is_factoring

Function is_factoring 

Source
pub fn is_factoring(target: u64, a: u64, b: u64) -> bool
Expand description

Check if the given factors correctly factorize the target.