Some things in src/util/ are pretty well-tested (like the hash tables) but some don't have tests at all. Audit the library and open issues for each new test we need to create.
Note: some of these utilities (base64, SHA) have tests in the original Hatchwork codebase I ported them over from... check there first before writing anything new.
Some things in src/util/ are pretty well-tested (like the hash tables) but some don't have tests at all. Audit the library and open issues for each new test we need to create.