diff --git a/index.bs b/index.bs index e42e52b5c..b18886b7d 100644 --- a/index.bs +++ b/index.bs @@ -6779,7 +6779,7 @@ Note: this extension may be implemented for [=authenticators=] that do not use [ if not present, the extension outputs will be {{BufferSource}} values. The arguments in the {{SubtleCrypto/importKey}} invocation will be: - - `format`: `"raw"` + - `format`: {{KeyFormat/raw}} - `keyData`: The PRF output. - `algorithm`: `"HKDF"` - `extractable`: [FALSE] @@ -6813,12 +6813,12 @@ Note: this extension may be implemented for [=authenticators=] that do not use [ 1. If |firstOutput| is present, set {{AuthenticationExtensionsPRFOutputs/results}}.{{AuthenticationExtensionsPRFValues/first}} to the result of invoking |subtleCrypto|.{{SubtleCrypto/importKey}} with the arguments - "raw", |firstOutput|, "HKDF", [FALSE] and + {{KeyFormat/raw}}, |firstOutput|, "HKDF", [FALSE] and {{AuthenticationExtensionsPRFInputs/importCryptoKey}}.{{AuthenticationExtensionsPRFImportCryptoKeyParams/keyUsages}}. 1. If |secondOutput| is present, set {{AuthenticationExtensionsPRFOutputs/results}}.{{AuthenticationExtensionsPRFValues/second}} to the result of invoking |subtleCrypto|.{{SubtleCrypto/importKey}} with the arguments - "raw", |secondOutput|, "HKDF", [FALSE] and + {{KeyFormat/raw}}, |secondOutput|, "HKDF", [FALSE] and {{AuthenticationExtensionsPRFInputs/importCryptoKey}}.{{AuthenticationExtensionsPRFImportCryptoKeyParams/keyUsages}}.