Fix typo in constant name and a different comment

This commit is contained in:
mo
2026-07-31 22:35:09 +12:00
parent ed2cb5723f
commit 8e4611fb74

View File

@@ -28,8 +28,8 @@ MIN_TAG_SIZE :: 4
MAX_TAG_SIZE :: (1 << 32) - 1
// RECOMMENDED_TAG_SIZE is the recommended tag size in bytes.
RECOMMENTED_TAG_SIZE :: 32 // 256-bits
// RECOMMENDNED_SALT_SIZE is the recommended salt size in bytes.
RECOMMENDED_TAG_SIZE :: 32 // 256-bits
// RECOMMENDED_SALT_SIZE is the recommended salt size in bytes.
RECOMMENDED_SALT_SIZE :: 16 // 128-bits
@(private)