fix feature dependencies and imports
- Aug 06, 2024
-
-
STEVAN Antoine authoredVerified6740fbe8
-
STEVAN Antoine authoredVerified99edff36
-
in !162 (merged) and !163 (merged), i did only run cargo ... --all-features
without checking the individual features...
this MR adds some cargo check --features ...
to the Makefile
and makes sure the imports make sense when compiling a single feature.
Important the other notable change here is that
kzg::commit
has been moved tozk::ark_commit
and is re-exported fromkzg
askzg::commit
.