filecoin-proofs-api

Crates.iofilecoin-proofs-api
lib.rsfilecoin-proofs-api
version19.0.0
created_at2020-05-19 20:55:41.757664+00
updated_at2025-07-29 15:19:49.35048+00
descriptionAPI to interact with the proofs system in Filecoin
homepage
repositoryhttps://github.com/filecoin-project/rust-filecoin-proofs-api
max_upload_size
id243602
size179,114
proofs-crate-owners (github:filecoin-project:proofs-crate-owners)

documentation

README

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 cuda and opencl.

Running the tests

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

cargo test --release --all

Running with the opencl feature only can be done like this:

cargo test --no-default-features --features opencl --release --all

License

MIT or Apache 2.0

Commit count: 194

cargo fmt