Adding ark_bls12_377 library as a dependency

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

cargo add ark-bls12-377

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

ark-bls12-377 = "0.5.0"

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

Back to the crate overview.