Skip to main content
Go to Latest
function diffieHellman
import { diffieHellman } from "https://deno.land/std@0.177.0/node/internal/crypto/diffiehellman.ts";

Parameters

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