No description
Find a file
2024-12-23 00:44:31 +01:00
testcases feat: implement GCM crack 2024-11-29 10:48:22 +01:00
.gitignore Refactor block2poly_xex function in task01.py 2024-10-28 13:21:38 +01:00
classes.py streamline comments in whole project 2024-12-23 00:43:29 +01:00
helper.py streamline comments in whole project 2024-12-23 00:43:29 +01:00
kauma marked kauma as executable 2024-10-23 22:07:40 +02:00
kauma.py streamline comments in whole project 2024-12-23 00:43:29 +01:00
padoraserv.py Add Padding Oracle to capabilities 2024-11-08 18:48:53 +01:00
task01.py refactor: rewrite GF_ELEMENT to not bother about the semantic while doing multiplication for improvement. gfpoly_mul and gfpoly_pow still work in progress. added first buggy implementation of gfpoly_divmod 2024-11-18 18:40:59 +01:00
task02.py streamline comments in whole project 2024-12-23 00:43:29 +01:00
task03.py streamline comments in whole project 2024-12-23 00:43:29 +01:00
task04.py streamline comments in whole project 2024-12-23 00:43:29 +01:00
test_kauma.py feat: add polynomial differentiation function and corresponding test cases 2024-11-28 17:31:29 +01:00