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 13c55c3 commit 5473d41Copy full SHA for 5473d41
1 file changed
doc/api/crypto.md
@@ -1115,9 +1115,9 @@ added: v0.7.5
1115
-->
1116
1117
The `DiffieHellmanGroup` class takes a well-known modp group as its argument.
1118
-Works the same as `DiffieHellman`, except that it does not allow changing its
1119
-keys after creation - i.e. does not implement `setPublicKey` or `setPrivateKey`
1120
-methods.
+It works the same as `DiffieHellman`, except that it does not allow changing
+its keys after creation. In other words, it does not implement `setPublicKey()`
+or `setPrivateKey()` methods.
1121
1122
```mjs
1123
const { createDiffieHellmanGroup } = await import('crypto');
0 commit comments