We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 544267f commit 9ea8e49Copy full SHA for 9ea8e49
doc/api/webcrypto.md
@@ -304,7 +304,7 @@ async function digest(data, algorithm = 'SHA-512') {
304
}
305
```
306
307
-## Algorithm Matrix
+## Algorithm matrix
308
309
The table details the algorithms supported by the Node.js Web Crypto API
310
implementation and the APIs supported for each:
@@ -923,7 +923,7 @@ The wrapping algorithms currently supported include:
923
* `'AES-GCM'`
924
* `'AES-KW'`
925
926
-## Algorithm Parameters
+## Algorithm parameters
927
928
The algorithm parameter objects define the methods and parameters used by
929
the various {SubtleCrypto} methods. While described here as "classes", they
0 commit comments