We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69b0f7c commit 35634ceCopy full SHA for 35634ce
ts_src/types.ts
@@ -105,8 +105,6 @@ export interface TinySecp256k1Interface {
105
p: Uint8Array,
106
tweak: Uint8Array,
107
): XOnlyPointAddTweakResult | null;
108
- privateAdd(d: Uint8Array, tweak: Uint8Array): Uint8Array | null;
109
- privateNegate(d: Uint8Array): Uint8Array;
110
}
111
112
export const Buffer256bit = typeforce.BufferN(32);
0 commit comments