mirror of
https://github.com/selfxyz/self.git
synced 2026-04-05 03:00:53 -04:00
temporarily comment dg1HashOffset so registration works
This commit is contained in:
@@ -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)),
|
||||
|
||||
Reference in New Issue
Block a user