forked from tornado-packages/noble-curves
Fix weierstrass type
This commit is contained in:
parent
8e449cc78c
commit
c0877ba69a
@ -640,6 +640,7 @@ export type CurveFn = {
|
||||
isValidPrivateKey(privateKey: PrivKey): boolean;
|
||||
hashToPrivateKey: (hash: Hex) => Uint8Array;
|
||||
randomPrivateKey: () => Uint8Array;
|
||||
precompute: (windowSize?: number, point?: ProjPointType<bigint>) => ProjPointType<bigint>;
|
||||
};
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user