File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ A [`KeyObject`][] is the in-memory representation of a parsed key and is
128128** the preferred way to work with keys** in ` node:crypto ` . It is created by
129129[ ` crypto.createPublicKey() ` ] [ ] , [ ` crypto.createPrivateKey() ` ] [ ] ,
130130[ ` crypto.createSecretKey() ` ] [ ] , or key generation functions such as
131- \ [` crypto.generateKeyPair() ` ] \ [] .
131+ [ ` crypto.generateKeyPair() ` ] [ ] .
132132
133133Because the key material is parsed once at creation time, reusing a
134134[ ` KeyObject ` ] [ ] across multiple operations avoids repeated parsing and
@@ -6972,6 +6972,7 @@ See the [list of SSL OP Flags][] for details.
69726972[ `crypto.createSign()` ] : #cryptocreatesignalgorithm-options
69736973[ `crypto.createVerify()` ] : #cryptocreateverifyalgorithm-options
69746974[ `crypto.generateKey()` ] : #cryptogeneratekeytype-options-callback
6975+ [ `crypto.generateKeyPair()` ] : #cryptogeneratekeypairtype-options-callback
69756976[ `crypto.getCurves()` ] : #cryptogetcurves
69766977[ `crypto.getDiffieHellman()` ] : #cryptogetdiffiehellmangroupname
69776978[ `crypto.getHashes()` ] : #cryptogethashes
You can’t perform that action at this time.
0 commit comments