mirror of
https://github.com/plume-sig/zk-nullifier-sig.git
synced 2026-05-08 03:00:15 -04:00
Set the default version to V2 (JavaScript)
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user