summaryrefslogtreecommitdiff
path: root/i_validation.c
AgeCommit message (Expand)Author
2024-04-05Changes to some of the validation functions to allow immediate '0' inOskar
2024-03-29Renamed validate_L to validate_LN. The name may change. I should alsoOskar
2024-03-29Removed validate_N because its redundantOskar
2024-03-28changed requirementsOskar
2024-03-28added length check, its kinda bad not not testedOskar
2024-03-27validate_L is done, still needs some testing and then some cleanup, merging i...Oskar
2024-03-27More progress, works wellOskar
2024-03-27removed commentOskar
2024-03-26validate_LOskar
2024-03-26vimmn seems ok now, alot of cases that should technically fail do get past th...Oskar
2024-03-22vpc(t) tested OK i thinkOskar
2024-03-22vcimm tested, some invalid checks are let through but thats out of scope for ...Oskar
2024-03-22Fixed some more stuffOskar
2024-03-22vcpm tested, seems OKOskar
2024-03-21i think validate_plus_continue is working now, it took way too long to figure...Oskar
2024-03-21not testedOskar
2024-03-21Moved around even more. Probably some things i am missing or removed somehow ...Oskar
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 rea...Oskar