Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 326 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 326 Bytes

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