This website requires JavaScript.
Explore
Help
Sign In
status-im
/
c-kzg-4844
mirror of
https://github.com/status-im/c-kzg-4844.git
Watch
2
Star
0
Fork
You've already forked c-kzg-4844
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7b500394f0
c-kzg-4844
/
bindings
/
rust
/
.gitignore
2 lines
8 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Rust bindings (#4) * working build * Move bindings.rs to root directory * tidy build script * Add initial rust safe bindings * import fewer c stuff in bindings * remove unnecessary blst definitions in bindings * remove bindgen build dependency * improve interface * Remove more stuff from bindings * Add a simple test * Update error type * Update verify_kzg_proof interface * Return array instead of vec * link with no-pie * impl Send and Sync for KzgSettings; change mut pointers to const * Remove no-pie linking * Make FIELD_ELEMENTS_PER_BLOB a compile time variable * Add load_trusted_setup method * Cleanup * Add failure case to bytes_to_bls_field * Fix conditional compilation and ensure canonical blobs in test * Add test vectors * Remove blobk_commitment test case * Change function signature * Copy and delete instead of rename in build script * Make consts public * Add error conditions for invalid trusted setup * Lowercase renamings * Make blob public * Add benchmarks * Run test vectors only for mainnet spec * Add README * clippy * Add rust CI checks * actually add CI checks * Fix CI * Fix workflow again
2023-01-12 17:50:12 +00:00
target/