Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
function createDiffieHellman
import { createDiffieHellman } from "https://deno.land/std@0.172.0/node/crypto.ts";

Parameters

sizeOrKey: number | string | ArrayBufferView
optional
keyEncoding: number | ArrayBufferView | BinaryToTextEncoding
optional
generator: number | ArrayBufferView | string
optional
generatorEncoding: BinaryToTextEncoding