Justin Traglia 9fbe40a5eb
Add length check to verify_aggregate_kzg_proof in rust bindings (#74)
* Add length check to verify_aggregate_kzg_proof in rust bindings

* Generate incorrect blob later

* Remove leftover parenthesis

* Move result var after check
2023-01-18 21:44:33 +00:00
..
2023-01-16 20:05:23 +00:00
2023-01-12 17:50:12 +00:00
2023-01-12 17:50:12 +00:00
2023-01-12 17:50:12 +00:00
2023-01-12 17:50:12 +00:00
2023-01-12 17:50:12 +00:00
2023-01-12 17:50:12 +00:00

Rust bindings

Generates the rust bindings for the c-kzg library.

Build

cargo build --release

Build with --features="minimal-spec" to set the FIELD_ELEMENTS_PER_BLOB compile time parameter to the pre-determined minimal spec value.

Test

cargo test --release

Benchmark

cargo bench