Skip to content
Closed
Changes from all commits
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
doc: fix crypto function indentation level
  • Loading branch information
mscdex committed Feb 26, 2016
commit f971bedb37c4745a2432fcd9990a6030b1c00b90
2 changes: 1 addition & 1 deletion doc/api/crypto.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -912,7 +912,7 @@ The `key` is the raw key used by the `algorithm` and `iv` is an
[initialization vector][]. Both arguments must be `'binary'` encoded strings or
[buffers][].

## crypto.createDiffieHellman(prime[, prime_encoding][, generator][, generator_encoding])
### crypto.createDiffieHellman(prime[, prime_encoding][, generator][, generator_encoding])

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