fixup 6
This commit is contained in:
@@ -28,7 +28,7 @@ lazy_static!(
|
|||||||
);
|
);
|
||||||
|
|
||||||
fn main() {
|
fn main() {
|
||||||
let f = faulhaber_equation_from_file("res/faulhaber_coefficient_65537.log").unwrap();
|
let f = faulhaber_equation_from_file("res/06_faulhaber_coefficient_65537.log").unwrap();
|
||||||
|
|
||||||
let n: Integer = Integer::from(10000000000000000u128);
|
let n: Integer = Integer::from(10000000000000000u128);
|
||||||
let x = (X1.clone() + f(n.clone()) - f(N1.clone())).modulo(&M);
|
let x = (X1.clone() + f(n.clone()) - f(N1.clone())).modulo(&M);
|
||||||
|
Reference in New Issue
Block a user