File tree 2 files changed +0
-4
lines changed
2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ export declare function isTaptree(scriptTree: any): scriptTree is Taptree;
30
30
export interface TinySecp256k1Interface {
31
31
isXOnlyPoint ( p : Uint8Array ) : boolean ;
32
32
xOnlyPointAddTweak ( p : Uint8Array , tweak : Uint8Array ) : XOnlyPointAddTweakResult | null ;
33
- privateAdd ( d : Uint8Array , tweak : Uint8Array ) : Uint8Array | null ;
34
- privateNegate ( d : Uint8Array ) : Uint8Array ;
35
33
}
36
34
export declare const Buffer256bit : any ;
37
35
export declare const Hash160bit : any ;
Original file line number Diff line number Diff line change @@ -105,8 +105,6 @@ export interface TinySecp256k1Interface {
105
105
p : Uint8Array ,
106
106
tweak : Uint8Array ,
107
107
) : XOnlyPointAddTweakResult | null ;
108
- privateAdd ( d : Uint8Array , tweak : Uint8Array ) : Uint8Array | null ;
109
- privateNegate ( d : Uint8Array ) : Uint8Array ;
110
108
}
111
109
112
110
export const Buffer256bit = typeforce . BufferN ( 32 ) ;
You can’t perform that action at this time.
0 commit comments