Re: [webauthn] Recovering from Device Loss (#931)

A minor comment (added in the original repo but copying here too as that doesn't seem as active):

Hi,

I believe that in "Step 3", stage 3,

"
Let cred_key = KDF1(ECDH(e, S)) and mac_key = KDF2(ECDH(e, S)).
"

Should actually be

"
Let cred_key = KDF1(ECDH(E, s)) and mac_key = KDF2(ECDH(E, s)).
"

Correct?

-- 
GitHub Notification of comment by eldanb
Please view or discuss this issue at https://github.com/w3c/webauthn/issues/931#issuecomment-862968557 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 17 June 2021 06:35:42 UTC