Skip to content

Commit 35634ce

Browse files
authored
"feat: remove privateAdd & privateNegate for tinysecp256k1"
1 parent 69b0f7c commit 35634ce

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ts_src/types.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,6 @@ export interface TinySecp256k1Interface {
105105
p: Uint8Array,
106106
tweak: Uint8Array,
107107
): XOnlyPointAddTweakResult | null;
108-
privateAdd(d: Uint8Array, tweak: Uint8Array): Uint8Array | null;
109-
privateNegate(d: Uint8Array): Uint8Array;
110108
}
111109

112110
export const Buffer256bit = typeforce.BufferN(32);

0 commit comments

Comments
 (0)