Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[Squash] nit
Co-authored-by: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
jasnell and targos authored Dec 23, 2021
commit 1eebe394e4a7bca3a91f67af3dd237648ca54d28
3 changes: 2 additions & 1 deletion doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -5213,7 +5213,7 @@ added: REPLACEME

* Type: {SubtleCrypto}

A convenient alias for `crypto.webcrypto.subtle`.
A convenient alias for [`crypto.webcrypto.subtle`][].

### `crypto.timingSafeEqual(a, b)`

Expand Down Expand Up @@ -5930,6 +5930,7 @@ See the [list of SSL OP Flags][] for details.
[`crypto.randomFill()`]: #cryptorandomfillbuffer-offset-size-callback
[`crypto.scrypt()`]: #cryptoscryptpassword-salt-keylen-options-callback
[`crypto.webcrypto.getRandomValues()`]: webcrypto.md#cryptogetrandomvaluestypedarray
Comment thread
jasnell marked this conversation as resolved.
[`crypto.webcrypto.subtle`]: webcrypto.md#class-subtlecrypto
[`decipher.final()`]: #decipherfinaloutputencoding
[`decipher.update()`]: #decipherupdatedata-inputencoding-outputencoding
[`diffieHellman.setPublicKey()`]: #diffiehellmansetpublickeypublickey-encoding
Expand Down