diff --git a/README.md b/README.md index 1587881..1f2be84 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,3 @@ This is a copy of C-KZG stripped down to support the [Polynomial Commitments](ht We also provide `load_trusted_setup` and `free_trusted_setup` to load the trusted setup data from a file into an object that can be passed to the API functions, and functions for converting commitments/proofs/points to/from bytes. - -The only dependency is [blst](https://github.com/supranational/blst). -Ensure `blst.h` is provided in `inc` and `libblst.a` in `lib`. -(`blst.h` includes `blst_aux.h`, but the latter is unused and can be empty.) -TODO: import these via git submodule