forked from tornado-packages/noble-curves
Fix prettier
This commit is contained in:
parent
0fdd763dc7
commit
d485d8b0e6
@ -23,7 +23,7 @@ export type CurveFn = {
|
||||
scalarMultBase: (scalar: Hex) => Uint8Array;
|
||||
getSharedSecret: (privateKeyA: Hex, publicKeyB: Hex) => Uint8Array;
|
||||
getPublicKey: (privateKey: Hex) => Uint8Array;
|
||||
utils: { randomPrivateKey: () => Uint8Array; };
|
||||
utils: { randomPrivateKey: () => Uint8Array };
|
||||
GuBytes: Uint8Array;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user