Skip to content

Commit

Permalink
Allow hashes as credential IDs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyasskin committed Oct 23, 2017
1 parent bade774 commit 493dd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "S
:: A probabilistically-unique [=byte sequence=] identifying a [=public key credential source=].

Credential IDs are generated by [=authenticators=] in two forms:
1. At least 128 random bits, or
1. Bytes with at least 100 bits of entropy, or
1. The [=public key credential source=], without its [=public key credential source/id=] item, encrypted so only the owning
authenticator can decrypt it.

Expand Down

0 comments on commit 493dd3c

Please sign in to comment.