fil-blst 0.1.0

A library to accelerate SNARK verification for the Filecoin network using the blst BLS12-381 performance library.
docs.rs failed to build fil-blst-0.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: fil-blst-0.1.2

Rust binding for fil-blst (Filecoin blast)

Rust binding for a library to accelerate SNARK verification for the Filecoin network using the blst BLS12-381 performance library.

Building

cargo build

Publishing the crate

You need to set the FIL_BLST_SRC_DIR to the root (absolute path) of the fil-blst checkout (not to the rust subdirectory).

FIL_BLST_SRC_DIR=${PWD}/.. cargo publish