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 a67d5c1

Browse filesBrowse files
mscdexsilverwind
authored andcommitted
doc: fix crypto function indentation level
PR-URL: #5460 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
1 parent 4e77a7c commit a67d5c1
Copy full SHA for a67d5c1

File tree

Expand file treeCollapse file tree

1 file changed

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

1 file changed

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

‎doc/api/crypto.markdown‎

Copy file name to clipboardExpand all lines: doc/api/crypto.markdown
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -912,7 +912,7 @@ The `key` is the raw key used by the `algorithm` and `iv` is an
912912
[initialization vector][]. Both arguments must be `'binary'` encoded strings or
913913
[buffers][].
914914

915-
## crypto.createDiffieHellman(prime[, prime_encoding][, generator][, generator_encoding])
915+
### crypto.createDiffieHellman(prime[, prime_encoding][, generator][, generator_encoding])
916916

917917
Creates a `DiffieHellman` key exchange object using the supplied `prime` and an
918918
optional specific `generator`.

0 commit comments

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