Skip to content

Commit ac3f01b

Browse files
authored
"feat: remove privateAdd & privateNegate in tinysecp256k1 declaration"
1 parent 35634ce commit ac3f01b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/types.d.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,6 @@ export declare function isTaptree(scriptTree: any): scriptTree is Taptree;
3030
export interface TinySecp256k1Interface {
3131
isXOnlyPoint(p: Uint8Array): boolean;
3232
xOnlyPointAddTweak(p: Uint8Array, tweak: Uint8Array): XOnlyPointAddTweakResult | null;
33-
privateAdd(d: Uint8Array, tweak: Uint8Array): Uint8Array | null;
34-
privateNegate(d: Uint8Array): Uint8Array;
3533
}
3634
export declare const Buffer256bit: any;
3735
export declare const Hash160bit: any;

0 commit comments

Comments
 (0)