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 d3f3e18 commit 00b200fCopy full SHA for 00b200f
doc/api/crypto.md
@@ -734,7 +734,7 @@ console.log(sign.sign(private_key, 'hex'));
734
// Prints the calculated signature
735
```
736
737
-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
738
algorithm name, in which case OpenSSL will infer the full signature algorithm
739
from the type of the PEM-formatted private key, including algorithms that
740
do not have directly exposed name constants, e.g. 'ecdsa-with-SHA256'.
0 commit comments