Remove todo about blst submodule

This commit is contained in:
Ramana Kumar 2022-11-04 22:27:38 +00:00
parent 7e779004f0
commit f906fcc6ab
No known key found for this signature in database
GPG Key ID: ED471C788B900433
1 changed files with 0 additions and 5 deletions

View File

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