Skip to main content
Go to Latest
method DiffieHellmanGroup.prototype.computeSecret
import { DiffieHellmanGroup } from "https://deno.land/std@0.158.0/node/internal/crypto/diffiehellman.ts";

Parameters

otherPublicKey: ArrayBufferView

Parameters

otherPublicKey: string
inputEncoding: BinaryToTextEncoding

Parameters

otherPublicKey: ArrayBufferView
outputEncoding: BinaryToTextEncoding

Returns

string

Parameters

otherPublicKey: string
inputEncoding: BinaryToTextEncoding
outputEncoding: BinaryToTextEncoding

Returns

string