index
maci-crypto
This module implements abstractions over cryptographic functions which MACI employs, such as the Poseidon hash function and the Baby Jubjub curve.
Test
To run the tests, execute the following command:
pnpm run test
To run tests on the individual files, you can execute the following commands:
pnpm run test:crypto
For more details about testing please refer to the tests documentation.