Writing Robust C - Best Practices for Finding and Preventing Vulnerabilities

1 · · Nov. 2, 2023, 12:34 p.m.
For EIP-4844, Ethereum clients need the ability to compute and verify KZG commitments. Rather than each client rolling their own crypto, researchers and developers came together to write c-kzg-4844, a relatively small C library with bindings for higher-level languages. The idea was to create a robust and efficient cryptographic library......