We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 192b805 commit f712c2bCopy full SHA for f712c2b
doc/api/crypto.markdown
@@ -719,7 +719,7 @@ console.log(sign.sign(private_key, 'hex'));
719
// Prints the calculated signature
720
```
721
722
-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
723
algorithm name, in which case OpenSSL will infer the full signature algorithm
724
from the type of the PEM-formatted private key, including algorithms that
725
do not have directly exposed name constants, e.g. 'ecdsa-with-SHA256'.
0 commit comments