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
24 changes: 12 additions & 12 deletions doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -2933,18 +2933,6 @@ Does not perform any other validation checks on the certificate.

## `node:crypto` module methods and properties

### `crypto.constants`

<!-- YAML
added: v6.3.0
-->

* {Object}

An object containing commonly used constants for crypto and security related
operations. The specific constants currently defined are described in
[Crypto constants][].

### `crypto.checkPrimeSync(candidate[, options])`

<!-- YAML
Expand Down Expand Up @@ -3504,6 +3492,18 @@ the corresponding digest algorithm. This does not work for all signature
algorithms, such as `'ecdsa-with-SHA256'`, so it is best to always use digest
algorithm names.

### `crypto.constants`
Comment thread
badkeyy marked this conversation as resolved.
Outdated

<!-- YAML
added: v6.3.0
-->

* {Object}

An object containing commonly used constants for crypto and security related
operations. The specific constants currently defined are described in
[Crypto constants][].

### `crypto.diffieHellman(options)`

<!-- YAML
Expand Down