Skip to main content
Module

x/polkadot/mod.ts>utilCrypto.secp256k1PrivateKeyTweakAdd

Package publishing for deno.land/x/polkadot
Go to Latest
function utilCrypto.secp256k1PrivateKeyTweakAdd
import { utilCrypto } from "https://deno.land/x/polkadot@0.2.37/mod.ts";
const { secp256k1PrivateKeyTweakAdd } = utilCrypto;

Parameters

seckey: Uint8Array
tweak: Uint8Array
optional
onlyBn: boolean

Returns

Uint8Array