Skip to content

Commit

Permalink
remove use of pointers to 32bit values
Browse files Browse the repository at this point in the history
There is no reason to use pointers to 32bit values, all operations are
based on bytes. So This removes alot of extra casting and potential
pointer arithmetic errors.
Also provide some functions for calculating header values to reduce
duplication and improve readability.
  • Loading branch information
pabuhler committed Dec 19, 2023
1 parent e8059c3 commit 6c2b8fb
Showing 1 changed file with 107 additions and 111 deletions.
Loading

0 comments on commit 6c2b8fb

Please sign in to comment.