Crates.io | filecoin-proofs-api |
lib.rs | filecoin-proofs-api |
version | 18.1.0 |
source | src |
created_at | 2020-05-19 20:55:41.757664 |
updated_at | 2024-06-18 12:48:04.101427 |
description | API to interact with the proofs system in Filecoin |
homepage | |
repository | https://github.com/filecoin-project/rust-filecoin-proofs-api |
max_upload_size | |
id | 243602 |
size | 178,103 |
This library is meant to be the official public API into the proofs library.
The main API to interact with the proofs system in Filecoin.
The build options enabled by default are cuda
and opencl
.
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
MIT or Apache 2.0