Remove todo about blst submodule
This commit is contained in:
parent
7e779004f0
commit
f906fcc6ab
|
@ -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
|
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
|
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.
|
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
|
|
||||||
|
|
Loading…
Reference in New Issue