Skip to main content
Version: v3.x

index


maci-crypto

NPM Package Actions Status

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.