Browse Source

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>
v4.x
Kirill Fomichev 9 years ago
committed by Myles Borins
parent
commit
c654184f28
  1. 2
      doc/api/crypto.markdown

2
doc/api/crypto.markdown

@ -719,7 +719,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…
Cancel
Save