Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f5e4625

Browse filesBrowse files
tniessendanielleadams
authored andcommitted
doc: fix backticks in crypto API docs
PR-URL: #37269 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Beth Griggs <bgriggs@redhat.com> Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com>
1 parent e2a2bab commit f5e4625
Copy full SHA for f5e4625

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Open diff view settings
Collapse file

‎doc/api/crypto.md‎

Copy file name to clipboardExpand all lines: doc/api/crypto.md
+3-3Lines changed: 3 additions & 3 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -3274,7 +3274,7 @@ changes:
32743274
`crypto.constants`, which may be: `crypto.constants.RSA_NO_PADDING` or
32753275
`crypto.constants.RSA_PKCS1_PADDING`.
32763276
* `encoding` {string} The string encoding to use when `buffer`, `key`,
3277-
or 'passphrase` are strings.
3277+
or `passphrase` are strings.
32783278
* `buffer` {string|ArrayBuffer|Buffer|TypedArray|DataView}
32793279
* Returns: {Buffer} A new `Buffer` with the encrypted content.
32803280
<!--lint enable maximum-line-length remark-lint-->
@@ -3310,7 +3310,7 @@ changes:
33103310
`crypto.constants`, which may be: `crypto.constants.RSA_NO_PADDING` or
33113311
`crypto.constants.RSA_PKCS1_PADDING`.
33123312
* `encoding` {string} The string encoding to use when `buffer`, `key`,
3313-
or 'passphrase` are strings.
3313+
or `passphrase` are strings.
33143314
* `buffer` {string|ArrayBuffer|Buffer|TypedArray|DataView}
33153315
* Returns: {Buffer} A new `Buffer` with the decrypted content.
33163316
<!--lint enable maximum-line-length remark-lint-->
@@ -3362,7 +3362,7 @@ changes:
33623362
`crypto.constants.RSA_PKCS1_PADDING`, or
33633363
`crypto.constants.RSA_PKCS1_OAEP_PADDING`.
33643364
* `encoding` {string} The string encoding to use when `buffer`, `key`,
3365-
`oaepLabel`, or 'passphrase` are strings.
3365+
`oaepLabel`, or `passphrase` are strings.
33663366
* `buffer` {string|ArrayBuffer|Buffer|TypedArray|DataView}
33673367
* Returns: {Buffer} A new `Buffer` with the encrypted content.
33683368
<!--lint enable maximum-line-length remark-lint-->

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.