Skip to content

Commit

Permalink
Fix outdated step reference in RP authentication algorithm
Browse files Browse the repository at this point in the history
  • Loading branch information
emlun committed Feb 5, 2018
1 parent 4bf1729 commit 3d43913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Expand Up @@ -2859,7 +2859,7 @@ When verifying a given {{PublicKeyCredential}} structure (|credential|) as part

1. Let |hash| be the result of computing a hash over the |cData| using SHA-256.

1. Using the credential public key looked up in step 1, verify that |sig| is a valid signature over the binary concatenation of
1. Using the credential public key looked up in step 3, verify that |sig| is a valid signature over the binary concatenation of
|aData| and |hash|.

1. If the [=signature counter=] value |adata|.<code>[=signCount=]</code> is nonzero or the value stored
Expand Down

0 comments on commit 3d43913

Please sign in to comment.