Searched refs:n0 (Results 1 – 1 of 1) sorted by relevance
50 match n0.compare_big_int(n1) { in compare()61 n0, in convert()62 n0.convert_to_octet_string().unwrap() in convert()69 let res = BigInt::add(n0, n1); in add()75 let res = BigInt::sub(n0, n1); in sub()81 let res = BigInt::multiply(n0, n1); in multiply()93 let res = BigInt::module(n0, n1); in module()104 let mut n0 = BigInt::new(64); in invoke_command() variables113 Command::Add => add(&n0, &n1), in invoke_command()114 Command::Sub => sub(&n0, &n1), in invoke_command()[all …]
Completed in 2 milliseconds