Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: moving hash functions to relevant classes (#4551)
Fixes #4411 Partially addresses #4410 (will finish that in a separate PR since this one is already huge) \+ renamed `abis.ts` in circuits.js as `hash.ts` \+ nuked useless `secrets.ts` in `aztec.js` \+ ordered the Noir struct length constants since they were all over the place \+ added more length checks to `toFields()` methods (we don't need the length tests when these checks are present - serialization ones are enough)
- Loading branch information