Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed May 2, 2024
1 parent ad5e24a commit 5fc4212
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions noir/noir-repo/acvm-repo/acvm_js/test/shared/multi_scalar_mul.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
// See `multi_scalar_mul_circuit` integration test in `acir/tests/test_program_serialization.rs`.
export const bytecode = Uint8Array.from([
31, 139, 8, 0, 0, 0, 0, 0, 0, 255, 85, 138, 81, 10, 0, 48, 8, 66, 87, 219, 190, 118, 233, 29, 61, 35, 3, 19, 228, 137,
60, 91, 149, 139, 26, 119, 242, 145, 31, 117, 114, 163, 135, 142, 139, 219, 91, 127, 117, 71, 2, 117, 84, 50, 98, 113,
0, 0, 0,
31, 139, 8, 0, 0, 0, 0, 0, 0, 255, 85, 76, 65, 14, 0, 32, 8, 82, 179, 58, 244, 105, 159, 30, 45, 218, 136, 141, 33,
40, 186, 93, 76, 208, 57, 31, 93, 96, 136, 47, 250, 146, 188, 209, 39, 181, 131, 131, 187, 148, 110, 240, 246, 101,
38, 63, 180, 243, 97, 3, 86, 121, 62, 10, 153, 0, 0, 0,
]);
export const initialWitnessMap = new Map([
[1, '0x0000000000000000000000000000000000000000000000000000000000000001'],
Expand All @@ -13,9 +13,9 @@ export const initialWitnessMap = new Map([

export const expectedWitnessMap = new Map([
[1, '0x0000000000000000000000000000000000000000000000000000000000000001'],
[2, '0x0000000000000000000000000000000000000000000000000000000000000000'],
[2, '0x0000000000000002cf135e7506a45d632d270d45f1181294833fc48d823f272c'],
[3, '0x0000000000000000000000000000000000000000000000000000000000000001'],
[4, '0x0000000000000002cf135e7506a45d632d270d45f1181294833fc48d823f272c'],
[4, '0x0000000000000000000000000000000000000000000000000000000000000000'],
[5, '0x0000000000000000000000000000000000000000000000000000000000000001'],
[6, '0x0000000000000002cf135e7506a45d632d270d45f1181294833fc48d823f272c'],
]);

0 comments on commit 5fc4212

Please sign in to comment.