Adding ark_crypto_primitives library as a dependency

Run this command in a terminal, in your project's directory:

cargo add ark-crypto-primitives

To add it manually, edit your project's Cargo.toml file and add to the [dependencies] section:

ark-crypto-primitives = "0.5.0"

The ark_crypto_primitives library will be automatically available globally. Read the ark_crypto_primitives library documentation.

Back to the crate overview.