2023-08-10 12:51:56 +01:00
..
2023-05-24 08:44:05 -05:00
2023-08-10 12:51:56 +01:00
2023-08-10 12:51:56 +01:00
2023-02-23 17:53:08 +02: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