Skip to content

wusirdcenter/rust-filecoin-proofs-api

 
 

Repository files navigation

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. An alternative backend that can be used is blst. The pairing and blst options specify which bls12-381 pairing library to use..

Running the tests

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

cargo test --release --all

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

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

Running with pairing and without the gpu feature can be done like this:

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

License

MIT or Apache 2.0

About

No description, website, or topics provided.

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE-APACHE
MIT
LICENSE-MIT

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%