chore: Updated todos.

This commit is contained in:
2026-07-01 14:04:08 -04:00
parent aae1495d59
commit 80353f387a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
4. Check for prealloc opportunities. i.e. `make([dynamic]string)` -> `make([dynamic]string, 5)`. 4. Check for prealloc opportunities. i.e. `make([dynamic]string)` -> `make([dynamic]string, 5)`.
5. Test all cmds / terminal branches. 5. Test all command branches.
6. Generate md and man pages again. 6. Generate md and man pages again.
+1 -1
View File
@@ -5,7 +5,7 @@ import "core:mem"
import "core:os" import "core:os"
MAGIC :: "ENVR" MAGIC :: "ENVR"
MAGIC_BYTES := [4]u8{u8('E'), u8('N'), u8('V'), u8('R')} MAGIC_BYTES: [4]u8 = MAGIC
RECIPIENT_ENTRY_SIZE :: RECIPIENT_ENTRY_SIZE ::
CRYPTO_BOX_PUBLICKEY_BYTES + CRYPTO_BOX_PUBLICKEY_BYTES +