Skip to content

doc: order crypto methods alphabetically #55831

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Nov 23, 2024
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`

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