mirror of
https://github.com/sbrow/envr.git
synced 2026-08-26 09:53:32 -04:00
chore: Updated todos.
This commit is contained in:
@@ -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
@@ -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 +
|
||||||
|
|||||||
Reference in New Issue
Block a user