Files
pezkuwi-common/packages/util-crypto/secp256k1/tweakAdd.d.ts
T

2 lines
122 B
TypeScript

export declare function secp256k1PrivateKeyTweakAdd(seckey: Uint8Array, tweak: Uint8Array, onlyBn?: boolean): Uint8Array;