c-kzg-4844/bindings/rust
Dan Cline 6353f689e5
Add Apache-2.0 to rust license in Cargo.toml (#328)
2023-08-09 15:49:22 -05:00
..
benches Switch to big-endian (#305) 2023-05-24 08:44:05 -05:00
src Use LIB_PREFIX in Rust bindings (#317) 2023-06-28 13:55:28 -05:00
.gitignore Use LIB_PREFIX in Rust bindings (#317) 2023-06-28 13:55:28 -05:00
Cargo.lock [Rust] Remove blst to avoid double link issues, expose blst features (#287) 2023-04-10 15:45:34 -05:00
Cargo.toml Add Apache-2.0 to rust license in Cargo.toml (#328) 2023-08-09 15:49:22 -05:00
README.md Add bindings to readme (#154) 2023-02-23 17:53:08 +02:00
build.rs Use LIB_PREFIX in Rust bindings (#317) 2023-06-28 13:55:28 -05:00

README.md

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