c-kzg-4844/src
Gottfried Herold 93714c2a8c
changed VLA to an explicit c_kzg_malloc - call. (#223)
VLA's are prone to cause (silent!) stack overflows and a potential cause of security vulns.
While the usage pattern is probably safe in our context, changing to a more robust solution seems prudent.
2023-03-17 06:11:45 -05:00
..
.clang-format Fix some minor nits (#128) 2023-02-11 09:10:03 +00:00
Makefile Run clang sanitizers in CI + workflow cleanup (#196) 2023-03-13 12:42:12 +02:00
PROFILE.md Add profiling (#124) 2023-02-10 20:33:32 +00:00
c_kzg_4844.c changed VLA to an explicit c_kzg_malloc - call. (#223) 2023-03-17 06:11:45 -05:00
c_kzg_4844.h Add c_kzg_free() helper free-and-null macro (#210) 2023-03-14 09:44:03 -05:00
test_c_kzg_4844.c Simplify `fr_batch_inv` and reject zero inputs (#215) 2023-03-16 12:52:59 -05:00
tinytest.h Add a basic unittest framework + a compute KZG proof test (#96) 2023-01-30 13:40:12 +00:00
trusted_setup.txt Align trusted_setup.txt with the spec 2022-12-14 12:18:02 +02:00
trusted_setup_4.txt Add example setup for FIELD_ELEMENTS_PER_BLOB=4 2022-12-01 20:32:27 +00:00