Set the default version to V2 (JavaScript)

This commit is contained in:
Oren
2023-10-06 23:27:35 +03:00
parent 82c7c265ae
commit 76da9687cc
2 changed files with 3 additions and 2 deletions

View File

@@ -65,7 +65,8 @@ describe("signals", () => {
const { plume, s, publicKey, c, gPowR, hashMPKPowR } = computeAllInputs(
testMessage,
testSecretKey,
testR
testR,
PlumeVersion.V1,
);
expect(publicKey).toEqual(testPublicKey);
expect(gPowR.x.toString(16)).toEqual(