From 72703ea4e89e619b86943a8f2d850fe77e31ecd5 Mon Sep 17 00:00:00 2001 From: Kevin Lewi Date: Sat, 21 Sep 2024 06:56:06 -0700 Subject: [PATCH] Incorporating minor editorial clarifications (#464) --- draft-irtf-cfrg-opaque.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/draft-irtf-cfrg-opaque.md b/draft-irtf-cfrg-opaque.md index cb385e5..8860636 100644 --- a/draft-irtf-cfrg-opaque.md +++ b/draft-irtf-cfrg-opaque.md @@ -429,7 +429,7 @@ This specification uses a KDF with the following API and parameters: - Extract(salt, ikm): Extract a pseudorandom key of fixed length `Nx` bytes from input keying material `ikm` and an optional byte string `salt`. -- Expand(prk, info, L): Expand a pseudorandom key `prk` using the optional string `info` +- Expand(prk, info, L): Expand a pseudorandom key `prk`, using the string `info`, into `L` bytes of output keying material. - Nx: The output size of the `Extract()` function in bytes. @@ -497,7 +497,8 @@ The server output of this stage is a record corresponding to the client's registration that it stores in a credential file alongside other clients registrations as needed. -The registration flow is shown below: +The registration flow is shown below, and the process is described in more detail in +{{registration-phase}}: ~~~ creds parameters