]> Kevux Git Server - fll/commit
Progress: Continue adding FSS Payload processing code.
authorKevin Day <thekevinday@gmail.com>
Thu, 19 Oct 2023 04:26:42 +0000 (23:26 -0500)
committerKevin Day <thekevinday@gmail.com>
Thu, 19 Oct 2023 04:26:42 +0000 (23:26 -0500)
commit568ac751591ef4314fc1f98ce0ce4e62fb67c6da
treeb37cc5cd8ad9d13dda6dff1880bed3e9d8e62dd1
parent49fbc74ee38f381e17b1bb72356e374da0deb787
Progress: Continue adding FSS Payload processing code.

I started doing some re-designing to improve the approach and prepare for signatures/checksums.

I realized somewhere during that process that I wanted to eventually control or even randomize the header order for integrity, organization, or security reasons.
The current approach makes that impractical.

I decided to save the current state so that I can then pivot to a better approach that will accommodate the above needs.
Appropriate todo notes are added to this end.

A lot of the existing payload code will be re-designed, again, as a result of this.
build/level_1/settings
build/monolithic/settings
level_0/f_conversion/c/conversion.h
level_1/fl_fss/c/fss.h
level_1/fl_fss/c/fss/payload.c
level_1/fl_fss/c/fss/payload.h
level_1/fl_fss/c/fss/payload/define.h [new file with mode: 0644]
level_1/fl_fss/c/fss/payload/type.h [new file with mode: 0644]
level_1/fl_fss/data/build/settings