Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: A1lo <[email protected]>
  • Loading branch information
fuchunhui and yin1999 authored Oct 18, 2024
1 parent ab7dff7 commit 6322215
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions files/zh-cn/web/api/hmackeygenparams/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ l10n:
- `name`
- : 一个字符串,应设置为 `HMAC`
- `hash`
- : 表示要使用的[摘要算法](/zh-CN/docs/Web/API/SubtleCrypto/digest#支持的算法)的字符串。可以取值为 `SHA-256``SHA-384``SHA-512`
- : 表示要使用的[摘要函数](/zh-CN/docs/Web/API/SubtleCrypto/digest#支持的算法)名称的字符串。可以取值为 `SHA-256``SHA-384``SHA-512`
- `length` {{optional_inline}}
- : 一个表示密钥位长度的 `Number`。如果省略此属性,则密钥的长度将等于所选摘要函数生成的摘要的长度。除非你有充分的理由使用不同的长度,否则请省略此属性并使用默认值。

## 示例

参见示例 {{domxref("SubtleCrypto.generateKey()")}}。
参见 {{domxref("SubtleCrypto.generateKey()")}} 的示例

## 规范

Expand Down

0 comments on commit 6322215

Please sign in to comment.