mirror of
https://github.com/odin-lang/Odin.git
synced 2026-08-01 02:38:38 -04:00
Merge pull request #7172 from mocompute/fix-argon2id-constant-typo
Fix typo in constant name and a different comment
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user