Fix prettier

This commit is contained in:
Paul Miller 2023-02-16 11:32:32 +00:00
parent 0fdd763dc7
commit d485d8b0e6
No known key found for this signature in database
GPG Key ID: 697079DA6878B89B

@ -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;
};