From 8c1d716632c7a32db52e17ce995615a702e58f16 Mon Sep 17 00:00:00 2001 From: robbiemacg Date: Mon, 7 Jan 2019 13:47:03 -0400 Subject: [PATCH] Update fido2-impl.md Fixed small apparent typo. --- docs/fido2-impl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fido2-impl.md b/docs/fido2-impl.md index 4747516..d0d5890 100644 --- a/docs/fido2-impl.md +++ b/docs/fido2-impl.md @@ -21,7 +21,7 @@ When you register a service with a FIDO2 or U2F authenticator, the authenticator must generate a new keypair unique to that service. This keypair could be stored on the authenticator to be used in subsequent authentications, but now a certain amount of memory needs to be allocated for this. On embedded -devices, there isn't much memory to spare and users will allows frustratingly +devices, there isn't much memory to spare and users will always frustratingly hit the limit of this memory. The answer to this problem is to do key wrapping. The authenticator just