From 0d878dc96d24752757f412e0d5709127193bb2c2 Mon Sep 17 00:00:00 2001 From: jbb01 <32650546+jbb01@users.noreply.github.com> Date: Wed, 10 Sep 2025 16:57:37 +0200 Subject: [PATCH] fixup 6 --- ...coefficient_65537.log => 06_faulhaber_coefficient_65537.log} | 0 src/bin/06_automation_is_not_enough.rs | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename res/{faulhaber_coefficient_65537.log => 06_faulhaber_coefficient_65537.log} (100%) diff --git a/res/faulhaber_coefficient_65537.log b/res/06_faulhaber_coefficient_65537.log similarity index 100% rename from res/faulhaber_coefficient_65537.log rename to res/06_faulhaber_coefficient_65537.log diff --git a/src/bin/06_automation_is_not_enough.rs b/src/bin/06_automation_is_not_enough.rs index 2b2e9b9..97fe852 100644 --- a/src/bin/06_automation_is_not_enough.rs +++ b/src/bin/06_automation_is_not_enough.rs @@ -28,7 +28,7 @@ lazy_static!( ); 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 x = (X1.clone() + f(n.clone()) - f(N1.clone())).modulo(&M);