Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
function secp256k1PrivateKeyTweakAdd
import { secp256k1PrivateKeyTweakAdd } from "https://deno.land/x/polkadot@0.2.27/util-crypto/secp256k1/tweakAdd.ts";

Parameters

seckey: Uint8Array
tweak: Uint8Array
optional
onlyBn: boolean

Returns

Uint8Array