Merge pull request #7172 from mocompute/fix-argon2id-constant-typo

Fix typo in constant name and a different comment
This commit is contained in:
Jeroen van Rijn
2026-08-01 00:35:12 +02:00
committed by GitHub

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)