filecoin-proofs-api 15.0.0

API to interact with the proofs system in Filecoin
# Filecoin Proofs API

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

[![CircleCI](https://circleci.com/gh/filecoin-project/rust-filecoin-proofs-api/tree/master.svg?style=svg)](https://circleci.com/gh/filecoin-project/rust-filecoin-proofs-api/tree/master)

> The main API to interact with the proofs system in [Filecoin]https://filecoin.io.

## 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