Commit 401d79c
Arham Wani
doc: add AES-OCB to aesKeyGenParams.name
The `aesKeyGenParams.name` value list omitted `'AES-OCB'`, but AES-OCB
key generation is dispatched through the `AesKeyGenParams` dictionary in
lib/internal/crypto/util.js and works at runtime. The sibling
`aesDerivedKeyParams.name` list and the list of algorithms supported by
`generateKey()` in the same document already include `'AES-OCB'`. Add it
so the value lists are consistent.
Signed-off-by: Arham Wani <arhamwani765@gmail.com>1 parent d512d2d commit 401d79c
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1673 | 1673 | | |
1674 | 1674 | | |
1675 | 1675 | | |
1676 | | - | |
1677 | | - | |
| 1676 | + | |
| 1677 | + | |
1678 | 1678 | | |
1679 | 1679 | | |
1680 | 1680 | | |
| |||
0 commit comments