Alivecow
c3ea652c87
feat: Sorting of polynomial array with rust standard sort implemented
2024-11-20 19:37:46 +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
alivecow
0784c26456
fix: Add handling for larger divisor
2024-11-15 11:29:25 +01:00
alivecow
2a9db307d9
fix: Add handling of pow with 0
2024-11-15 10:26:38 +01:00
alivecow
5dc299372a
fix: Add handling of zero mulitplication for polynomials
2024-11-15 10:13:05 +01:00
alivecow
9785b8d8aa
refactor: apply rust suggested code cleanups
2024-11-14 23:42:38 +01:00
alivecow
68d9f13a3d
feat: finialise test runner and add testing json
2024-11-14 23:08:20 +01:00
alivecow
deb4261121
feat: add division and powmod (WIP) and start adapting task runner
2024-11-14 22:30:55 +01:00
alivecow
a05f2f02b6
feat/refactor: Change gfmul to take references and add field div
2024-11-13 20:27:20 +01:00
alivecow
11916e29f0
feat: initial pow support working
2024-11-12 18:58:20 +01:00
0xalivecow
6431a6636e
feat: start working on add for polynomial
2024-11-11 10:31:59 +01:00
0xalivecow
6e33e2e44c
feat: Initial multiplication working
2024-11-10 18:30:41 +01:00
0xalivecow
811e2b21f6
feat: Implement field object and addition
...
Starting work on proper field object
Polynomial addition working
2024-11-08 13:09:12 +01:00
0xalivecow
9ae53e12fd
feat: Initial padding oracle working. Pending check for special case.
...
The initial padding oracle attack is working. More tests need to be
added and there needs to be a check for the special case of the 02 01,
02 02 padding case
2024-11-06 23:38:54 +01:00
0xalivecow
b81bbab16c
doc: add docmentation and test
2024-11-04 15:46:09 +01:00
0xalivecow
1dfed264e9
fix: add padding to empty ad case
2024-11-03 20:15:55 +01:00
0xalivecow
0d8f110902
fix: add handling for larger ad values
2024-11-03 17:52:40 +01:00
0xalivecow
6b2775cde1
feat: add aes/sea encrypt/decrypt in gcm and add test cases
2024-11-03 14:12:48 +01:00
0xalivecow
6bef350301
feat: adapt test runner for gcm aes and add test cases
2024-11-03 11:20:09 +01:00
0xalivecow
e33a26adab
feat: gfmul and aes gcm working
2024-11-03 10:58:52 +01:00
0xalivecow
8db0bbaa63
feat: add gcm semantic to b2p and p2b
2024-11-01 21:20:46 +01:00
0xalivecow
28a8753d55
feat: add test case for XEX empty
2024-10-30 18:00:09 +01:00
0xalivecow
2e22bd5789
refactor: fix broken gfmil algo
2024-10-30 17:57:24 +01:00
0xalivecow
ccf0b03ec0
feat: add more shifting capabilities for gfmul
2024-10-29 14:50:55 +01:00
0xalivecow
f4c49a9137
refactor: externalise gfmul to make it more accessible and semantic support
2024-10-29 13:53:10 +01:00
0xalivecow
31050ea696
feat: finalise XEX runner and testing
2024-10-28 18:41:15 +01:00
0xalivecow
c34557ea29
feat: both XEX enc/dec are working in atomic tests
2024-10-28 00:35:39 +01:00
0xalivecow
5c1c0f6c5e
refactor: Refactor gfmul function to enable use in XEX
2024-10-27 22:32:14 +01:00
0xalivecow
f6fe75b987
Merge branch 'dev' into feat_xex
2024-10-27 17:25:27 +01:00
0xalivecow
01c7f522b5
chore: move testing files
2024-10-26 22:07:16 +02:00
0xalivecow
32bc8725e2
chore: claen up debug prints
2024-10-26 22:02:18 +02:00
0xalivecow
7564869ea8
feat: gfmul fix algorithm. test is passing.
2024-10-26 17:57:14 +02:00
0xalivecow
4dc6cdfef8
WIP: feat: gfmul working but LSB check is broken
2024-10-26 13:04:26 +02:00
0xalivecow
a6571e43af
chore: Merge newest dev to get most recent changes
2024-10-23 10:54:50 +02:00
0xalivecow
becb953926
WIP: feat: starting work on xex
2024-10-23 10:46:11 +02:00
0xalivecow
8a92b884a1
refactor: Apply rust suggested changes
2024-10-23 10:24:13 +02:00
0xalivecow
7c94e5d8fb
refactor: Externalise AES and SEA functions
2024-10-22 20:22:42 +02:00
0xalivecow
c21c11aed0
feat: initial sea128 encrypt is working
2024-10-22 11:37:09 +02:00
0xalivecow
bbae7d6f8b
WIP feat: initial gfmul algo. Not working yet.
2024-10-20 23:15:19 +02:00
0xalivecow
c416547067
refactor: remove unneded functions
2024-10-20 21:17:19 +02:00
0xalivecow
24611a2357
refactor: externalise function to get coefficients
2024-10-20 20:55:23 +02:00
0xalivecow
43bea77392
feat: Initial task runner functionality
2024-10-20 16:14:42 +02:00
0xalivecow
713994d848
feat: initial serde parser working with custom structs
2024-10-19 20:47:50 +02:00
0xalivecow
ba3975e7fd
feat: block2poly working
...
fix: for loops boundries
2024-10-18 22:44:46 +02:00
0xalivecow
64fe182fc3
feat: implement first task as file
2024-10-18 20:28:30 +02:00
0xalivecow
27acd0a531
feat: convert polynomial to block
2024-10-18 19:02:09 +02:00