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 c654184

Browse filesBrowse files
fanatidMyles Borins
authored andcommitted
doc: remove link to Sign in crypto.md
PR-URL: #6812 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
1 parent 3e9288e commit c654184
Copy full SHA for c654184

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
@@ -719,7 +719,7 @@ console.log(sign.sign(private_key, 'hex'));
719719
// Prints the calculated signature
720720
```
721721

722-
A [`sign`][] instance can also be created by just passing in the digest
722+
A `Sign` instance can also be created by just passing in the digest
723723
algorithm name, in which case OpenSSL will infer the full signature algorithm
724724
from the type of the PEM-formatted private key, including algorithms that
725725
do not have directly exposed name constants, e.g. 'ecdsa-with-SHA256'.

0 commit comments

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