Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 944 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 944 Bytes

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.