temporarily comment dg1HashOffset so registration works

This commit is contained in:
0xturboblitz
2024-06-20 15:20:35 -07:00
parent e3482a574a
commit d8fcb8976f

View File

@@ -89,7 +89,7 @@ export function generateCircuitInputsRegister(
return {
secret: [secret],
mrz: formattedMrz.map(byte => String(byte)),
dg1_hash_offset: [dg1HashOffset.toString()],
// dg1_hash_offset: [dg1HashOffset.toString()], uncomment when adding new circuits
econtent: Array.from(messagePadded).map((x) => x.toString()),
datahashes_padded_length: [messagePaddedLen.toString()],
signed_attributes: eContent.map(toUnsignedByte).map(byte => String(byte)),