Skip to content

Commit

Permalink
doc: moved crypto.constants between crypto.createCipheriv and crypto.…
Browse files Browse the repository at this point in the history
…checkPrimeSync
  • Loading branch information
badkeyy committed Nov 20, 2024
1 parent 6faa3d6 commit f79e89e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions doc/api/crypto.md
Original file line number Diff line number Diff line change
Expand Up @@ -2983,6 +2983,18 @@ added: v15.8.0

Checks the primality of the `candidate`.

### `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.createCipheriv(algorithm, key, iv[, options])`

<!-- YAML
Expand Down Expand Up @@ -3521,18 +3533,6 @@ 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`

<!-- 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

0 comments on commit f79e89e

Please sign in to comment.