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 38b1641 commit e10a6f0Copy full SHA for e10a6f0
tools/doc/type-parser.js
@@ -52,6 +52,7 @@ const customTypesMap = {
52
'Cipher': 'crypto.html#crypto_class_cipher',
53
'Decipher': 'crypto.html#crypto_class_decipher',
54
'DiffieHellman': 'crypto.html#crypto_class_diffiehellman',
55
+ 'DiffieHellmanGroup': 'crypto.html#crypto_class_diffiehellmangroup',
56
'ECDH': 'crypto.html#crypto_class_ecdh',
57
'Hash': 'crypto.html#crypto_class_hash',
58
'Hmac': 'crypto.html#crypto_class_hmac',
0 commit comments