mirror of
https://github.com/nodejs/node.git
synced 2025-05-02 22:31:35 +00:00
doc: remove link to Sign in crypto.md
PR-URL: https://github.com/nodejs/node/pull/6812 Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
This commit is contained in:
parent
d3f3e183bf
commit
00b200fc34
@ -734,7 +734,7 @@ console.log(sign.sign(private_key, 'hex'));
|
||||
// Prints the calculated signature
|
||||
```
|
||||
|
||||
A [`sign`][] instance can also be created by just passing in the digest
|
||||
A `Sign` instance can also be created by just passing in the digest
|
||||
algorithm name, in which case OpenSSL will infer the full signature algorithm
|
||||
from the type of the PEM-formatted private key, including algorithms that
|
||||
do not have directly exposed name constants, e.g. 'ecdsa-with-SHA256'.
|
||||
|
Loading…
Reference in New Issue
Block a user