Skip to content

Commit

Permalink
Updating scrypt salt + output length params (#472)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinlewi authored Nov 21, 2024
1 parent bc85917 commit 78597fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion draft-irtf-cfrg-opaque.md
Original file line number Diff line number Diff line change
Expand Up @@ -1887,7 +1887,8 @@ Absent an application-specific profile, the following configurations are RECOMME
Argon2id(S = zeroes(16), p = 4, T = Nh, m = 2^21, t = 1, v = 0x13, K = nil, X = nil, y = 2), ristretto255
- P256-SHA256, HKDF-SHA-256, HMAC-SHA-256, SHA-256,
Argon2id(S = zeroes(16), p = 4, T = Nh, m = 2^21, t = 1, v = 0x13, K = nil, X = nil, y = 2), P-256
- P256-SHA256, HKDF-SHA-256, HMAC-SHA-256, SHA-256, scrypt(N = 32768, r = 8, p = 1), P-256
- P256-SHA256, HKDF-SHA-256, HMAC-SHA-256, SHA-256,
scrypt(S = zeroes(16), N = 32768, r = 8, p = 1, dkLen = 32), P-256

The above recommended configurations target 128-bit security.

Expand Down

0 comments on commit 78597fc

Please sign in to comment.