Build
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
createDiffieHellmanGroup
F
createDiffieHellmanGroup
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
createDiffieHellmanGroup
F
createDiffieHellmanGroup
function
crypto.createDiffieHellmanGroup
function
createDiffieHellmanGroup
(
name
:
string
)
:
DiffieHellmanGroup
;
An alias for getDiffieHellman
Referenced types
type
DiffieHellmanGroup
=
Omit
<
DiffieHellman
,
'setPublicKey'
|
'setPrivateKey'
>