Skip to content

Commit

Permalink
nuking no longer used generator index
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Oct 24, 2024
1 parent 192576f commit f1c5581
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -560,8 +560,7 @@ global GENERATOR_INDEX__OVSK_M: u32 = 50;
global GENERATOR_INDEX__TSK_M: u32 = 51;
global GENERATOR_INDEX__PUBLIC_KEYS_HASH: u32 = 52;
global GENERATOR_INDEX__NOTE_NULLIFIER: u32 = 53;
global GENERATOR_INDEX__NOTE_HIDING_POINT: u32 = 54;
global GENERATOR_INDEX__SYMMETRIC_KEY: u8 = 55;
global GENERATOR_INDEX__SYMMETRIC_KEY: u8 = 54;

// AVM memory tags
global MEM_TAG_FF = 0;
Expand Down
3 changes: 1 addition & 2 deletions yarn-project/circuits.js/src/constants.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,5 @@ export enum GeneratorIndex {
TSK_M = 51,
PUBLIC_KEYS_HASH = 52,
NOTE_NULLIFIER = 53,
NOTE_HIDING_POINT = 54,
SYMMETRIC_KEY = 55,
SYMMETRIC_KEY = 54,
}

0 comments on commit f1c5581

Please sign in to comment.