Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pthatcherg authored and mfoltzgoogle committed Jan 15, 2019
1 parent c602a49 commit 5c812f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.bs
Expand Up @@ -393,7 +393,9 @@ The challenger sends an authentication-request message with the following values
defines the mechanism hkdf-of-scrypt-of-psk but this field gives a place for
other mechanisms to be specified.

- salt: 32 random bytes (which need not be kept secret).
- salt: 32 random bytes. This salt is used in HKDF, so see
https://tools.ietf.org/html/rfc5869#section-3.1 for more details on how this
value should be generated.

- cost: log base 2 of the cost parameter (N) for scrypt defined in [RFC
7914 section 2](https://tools.ietf.org/html/rfc7914#section-2). It must be
Expand Down

0 comments on commit 5c812f7

Please sign in to comment.