Module

std/node/crypto.ts>diffieHellman

Deno standard library
Go to Latest
function diffieHellman
import { diffieHellman } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";

Parameters

_options: { privateKey: KeyObject; publicKey: KeyObject; }

Returns

Buffer
import diffieHellman
import { diffieHellman } from "https://dotland.deno.dev/std@0.145.0/node/crypto.ts";