refactor: add SIZE_48 and TOKEN_OVERHEAD constants to common size constants in constants.go

This commit is contained in:
2025-12-30 01:27:50 -06:00
parent 71b6032ea4
commit 3d4b77bee3

View File

@@ -72,10 +72,12 @@ const (
FIFTEEN = 15 FIFTEEN = 15
// Common Size Constants // Common Size Constants
SIZE_16 = 16 SIZE_16 = 16
SIZE_32 = 32 SIZE_32 = 32
SIZE_64 = 64 SIZE_48 = 48
SIXTY_SEVEN = 67 SIZE_64 = 64
SIXTY_SEVEN = 67
TOKEN_OVERHEAD = 48
// Common Hex Constants // Common Hex Constants
HEX_0x00 = 0x00 HEX_0x00 = 0x00