summaryrefslogtreecommitdiff
path: root/i_validation.h
AgeCommit message (Collapse)Author
2024-03-29Renamed validate_L to validate_LN. The name may change. I should alsoOskar
find a better way to implement vlaidate_check_p_m but for now all that matters is that its working correctly... Which i think it does...
2024-03-29Removed validate_N because its redundantOskar
2024-03-22vimmn prepared forgot to make a branch :(Oskar
2024-03-22vcimm tested, some invalid checks are let through but thats out of scope for ↵Oskar
this function. It will be checked for in other functions.
2024-03-22updated test/Makefile for easier testingOskar
2024-03-22Created tests. Will create more testcases later.Oskar
2024-03-21i think validate_plus_continue is working now, it took way too long to ↵Oskar
figure this out
2024-03-21Moved around even more. Probably some things i am missing or removed somehow ↵Oskar
but overall it already feels a bit better to have moved everything to smaller more manageable functions
2024-03-21Moving around alot of code now. It probably wont compileOskar
2024-03-21added i_validation.c and i_validation.h to make the code a bit easier and ↵Oskar
readable. Its my preparation for when i start dividing the validation functions in to smaller pieces