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>
v7.x
Kirill Fomichev 9 years ago
committed by silverwind
parent
commit
00b200fc34
No known key found for this signature in database GPG Key ID: 2E62B41C93869443
  1. 2
      doc/api/crypto.md

2
doc/api/crypto.md

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