mirror of
https://github.com/status-im/c-kzg-4844.git
synced 2025-02-01 04:44:48 +00:00
1d3558cec2
* Update rust bindings * Remove old test vectors * Add #[must_use] in C_KZG_RET to avoid future missing retval checks * Replace expect with unwrap * Fix generate_random_commitment() * Turn some camels to snakes * Capitalize some consts * Improve a bench loop * Kill a useless extern --------- Co-authored-by: George Kadianakis <desnacked@riseup.net>