diff options
author | Matthew Miller <matthew@millerti.me> | 2022-08-07 11:18:37 -0700 |
---|---|---|
committer | Matthew Miller <matthew@millerti.me> | 2022-08-07 11:18:37 -0700 |
commit | f4e8e8afac97ee26909eca0d22e033cf620d1286 (patch) | |
tree | 61c13465f037f82a0d1df6a32dbc4303ece839fd /packages/server/src | |
parent | 2a5a6f4e999634fdc2576212f1e30eb035754aad (diff) |
Add comment about source of mappings
Diffstat (limited to 'packages/server/src')
-rw-r--r-- | packages/server/src/metadata/verifyAttestationWithMetadata.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/server/src/metadata/verifyAttestationWithMetadata.ts b/packages/server/src/metadata/verifyAttestationWithMetadata.ts index 0e38271..5f6b233 100644 --- a/packages/server/src/metadata/verifyAttestationWithMetadata.ts +++ b/packages/server/src/metadata/verifyAttestationWithMetadata.ts @@ -107,6 +107,9 @@ type COSEInfo = { /** * Convert ALG_SIGN values to COSE info + * + * Values pulled from `ALG_KEY_COSE` definitions in the FIDO Registry of Predefined Values + * * https://fidoalliance.org/specs/common-specs/fido-registry-v2.1-ps-20191217.html#authentication-algorithms */ function algSignToCOSEInfo(algSign: AlgSign): COSEInfo | undefined { |