Merge pull request #26 from 0xalivecow/dev

fix: Attempting further ddf fixes
This commit is contained in:
An0nymous 2024-11-27 13:48:54 +01:00 committed by GitHub
commit 4a2b0ab014
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,8 +38,6 @@ pub fn ddf(f: Polynomial) -> Vec<(Polynomial, u128)> {
if f_star != one_cmp {
eprintln!("fstar not one");
z.push((f_star.clone(), f_star.degree() as u128));
} else if z.len() == 0 {
z.push((f.clone(), 1));
}
z