Alivecow
|
007bbddfcd
|
fix: Fix incorrect ouput in gfdiv task
|
2024-11-29 17:22:47 +01:00 |
|
Alivecow
|
12254744d4
|
refactor: Change implementation to only switch semantic once
|
2024-11-29 16:50:19 +01:00 |
|
An0nymous
|
c24d47e4b6
|
Merge branch 'main' into dev
|
2024-11-29 14:33:47 +01:00 |
|
Alivecow
|
e8c9cb1ade
|
refactor: Imrpove gfmul to remove unneded vec manipulation and imporve performanve
|
2024-11-29 14:31:52 +01:00 |
|
Alivecow
|
5b27a4ad9c
|
feat/refactor: Change unneded vec initialisations and start on possible new gfmul
|
2024-11-29 13:49:57 +01:00 |
|
Alivecow
|
e934d4317f
|
Merge branch 'dev'
|
2024-11-28 17:45:16 +01:00 |
|
Alivecow
|
270abdb7b7
|
refactor: Change gcd implementation to attempt faster calc
|
2024-11-28 17:45:10 +01:00 |
|
Alivecow
|
dd19c90ae1
|
refactor: Apply cargo recommended refactoring
|
2024-11-28 15:10:02 +01:00 |
|
Alivecow
|
f7f3c44acb
|
feat: Add testing runner for edf
|
2024-11-28 14:00:47 +01:00 |
|
Alivecow
|
444000a101
|
fix: Adding fix after merge error
|
2024-11-28 13:30:44 +01:00 |
|
An0nymous
|
2cbda23e9c
|
Merge branch 'main' into dev
|
2024-11-28 13:22:11 +01:00 |
|
Alivecow
|
39c4d9b80d
|
feat: Add edf calculation
|
2024-11-28 13:17:51 +01:00 |
|
Alivecow
|
b898c32ded
|
fix: Re-Add else-if case
|
2024-11-27 14:13:30 +01:00 |
|
Alivecow
|
6532c576c6
|
fix: Fix incorrect degree calculation
|
2024-11-27 14:06:40 +01:00 |
|
Alivecow
|
fa7d33aaf6
|
fix: Attempting further ddf fixes
|
2024-11-27 13:47:13 +01:00 |
|
Alivecow
|
d599292d3a
|
fix: Fix dff algorithm attempt
|
2024-11-27 10:17:29 +01:00 |
|
Alivecow
|
b54753fe7e
|
fix: Remove mod from X subtrahend in dff
The modular operation is likely incorrect in this case.
Removig it.
|
2024-11-26 14:55:40 +01:00 |
|
Alivecow
|
341b22e184
|
feat: Add ddf algorithm
|
2024-11-26 13:19:07 +01:00 |
|
Alivecow
|
6856420ff9
|
feat: Add task runner for the sff task
|
2024-11-25 14:19:41 +01:00 |
|
Alivecow
|
1c9948ac62
|
fix: Change sff to use the exponent as a tuple again
|
2024-11-24 14:07:37 +01:00 |
|
Alivecow
|
2d4f7a1110
|
feat: sff working in testcase
|
2024-11-23 19:20:25 +01:00 |
|
Alivecow
|
17bade8a62
|
WIP: feat: Initial implementation of ssf. Sort missinf
|
2024-11-23 19:07:30 +01:00 |
|
Alivecow
|
69a2026c84
|
fix: Make all polynomials monic in task fn
|
2024-11-23 13:33:51 +01:00 |
|
An0nymous
|
2e73125e14
|
Merge branch 'main' into dev
|
2024-11-23 12:34:23 +01:00 |
|
Alivecow
|
0b18ba1bff
|
feat: Adding gcd implementation
|
2024-11-23 12:31:27 +01:00 |
|
Alivecow
|
1a2910b28f
|
fix: Add removal of leading zeros in poly diff
|
2024-11-23 11:42:05 +01:00 |
|
Alivecow
|
8be8dc7a54
|
feat: Add edge case handling for poly diff
Add handling for cases in which poly is of degree 0 or 1
|
2024-11-23 10:26:32 +01:00 |
|
Alivecow
|
4b1bca8ee0
|
feat: add function for polynomial differentiation
|
2024-11-23 10:17:08 +01:00 |
|
Alivecow
|
b595276143
|
fix: Fix incorrect naming of response json object for monic
|
2024-11-23 09:44:47 +01:00 |
|
Alivecow
|
1290adcd9b
|
fix: Fix error in calling of monic function
|
2024-11-22 21:34:01 +01:00 |
|
Alivecow
|
5bb9bcebff
|
feat: ready test runner for monic and sqrt tasks
|
2024-11-22 21:16:53 +01:00 |
|
Alivecow
|
f75e7de733
|
feat: Add polynomial square root algo
|
2024-11-22 20:48:06 +01:00 |
|
Alivecow
|
6391912bc4
|
feat: Add and improve poly monic function with testcases
Make a polynomial monic by dividing all field elements with the leading
element
|
2024-11-22 15:47:59 +01:00 |
|
Alivecow
|
5e50ef6091
|
refactor: apply cargo recommended cleanups
|
2024-11-22 15:28:36 +01:00 |
|
Alivecow
|
a5a3ea61fa
|
refactor: Split Polynomial class into poly.rs file
|
2024-11-22 15:28:00 +01:00 |
|
Alivecow
|
ad8326b51e
|
fix: Modifiy the sorting behavior and remove unneded testcases
|
2024-11-22 14:36:20 +01:00 |
|
Alivecow
|
1db9b65dda
|
Merge branch 'feat_poly_algs' into dev
|
2024-11-22 11:37:43 +01:00 |
|
Alivecow
|
a520a811b4
|
fix/feat: Attempt more fixes for the sorting function and add initial monic function
|
2024-11-22 11:37:35 +01:00 |
|
Alivecow
|
81fe06941d
|
fix: add fix for powmod spcial case k=0
|
2024-11-21 17:20:29 +01:00 |
|
Alivecow
|
b63dc86c7e
|
WIP: feat: Change soring behaviour and add new testcase
|
2024-11-21 16:56:28 +01:00 |
|
Alivecow
|
bad946e9ac
|
feat: Add proper handling in testcase runner and add testing json file
|
2024-11-20 19:50:26 +01:00 |
|
Alivecow
|
c3ea652c87
|
feat: Sorting of polynomial array with rust standard sort implemented
|
2024-11-20 19:37:46 +01:00 |
|
Alivecow
|
bb5e762a1d
|
chore: Try pushing again because no response was received from pipeline
|
2024-11-16 23:21:10 +01:00 |
|
Alivecow
|
ca2067c04e
|
fix: Add better handling of special cases to powmod
|
2024-11-16 20:31:16 +01:00 |
|
Alivecow
|
295ed98c1e
|
fix: Add further handling to leading zero blocks in add and powmod
|
2024-11-16 14:59:31 +01:00 |
|
alivecow
|
7dc6fa1ac9
|
fix: Fix handling of special cases in powmod
|
2024-11-15 20:14:54 +01:00 |
|
alivecow
|
67bbf67f18
|
fix: Handle response on adding arbit. len equal polynomials
|
2024-11-15 20:02:16 +01:00 |
|
alivecow
|
6a04e00fb2
|
fix: Fix remainder output of div function
|
2024-11-15 15:27:13 +01:00 |
|
An0nymous
|
c1bcb768ba
|
Merge pull request #14 from 0xalivecow/dev
Merge fixes for pfmath functions
|
2024-11-15 12:50:31 +01:00 |
|
alivecow
|
0784c26456
|
fix: Add handling for larger divisor
|
2024-11-15 11:29:25 +01:00 |
|