filecoin-proofs-api 6.1.0

API to interact with the proofs system in Filecoin
docs.rs failed to build filecoin-proofs-api-6.1.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: filecoin-proofs-api-12.0.0

Filecoin Proofs API

This library is meant to be the official public API into the proofs library.

CircleCI

The main API to interact with the proofs system in Filecoin.

Default build options

The build options enabled by default are pairing and gpu. Alternatives that can be used for testing are blst and gpu2. The pairing and blst options specify which bls12-381 pairing library to use. The gpu and gpu2 options specify between using neptune's default GPU backend, or an opencl based implementation.

Running the tests

Running the tests with the default features can be done like this:

cargo test --release --all

Running with the blst and gpu2 features can be done like this:

cargo test --no-default-features --features blst,gpu2 --release --all

Running with the pairing and gpu2 features can be done like this:

cargo test --no-default-features --features pairing,gpu2 --release --all

License

MIT or Apache 2.0