c-kzg-4844/src
Ben Edgington a28860ae39 Benchmarks for recover and zero_poly 2021-02-28 17:01:00 +00:00
..
Makefile Benchmarks for recover and zero_poly 2021-02-28 17:01:00 +00:00
bench_util.c Implement DAS extension 2021-02-17 12:25:03 +00:00
bench_util.h Implement DAS extension 2021-02-17 12:25:03 +00:00
bls12_381.c Implement recovery from samples 2021-02-27 15:19:46 +00:00
bls12_381.h Implement recovery from samples 2021-02-27 15:19:46 +00:00
bls12_381_test.c Implement recovery from samples 2021-02-27 15:19:46 +00:00
c_kzg.h Change ASSERT to CHECK and always fail with C_KZG_BADARGS 2021-02-17 12:22:35 +00:00
c_kzg_util.c Implement zero polynomial - passes tests, but could be tidier 2021-02-26 14:38:04 +00:00
c_kzg_util.h Implement zero polynomial - passes tests, but could be tidier 2021-02-26 14:38:04 +00:00
c_kzg_util_test.c Groundwork for being able to use alternative BLS libraries 2021-02-16 18:13:20 +00:00
das_extension.c Implement DAS extension 2021-02-17 12:25:03 +00:00
das_extension.h Implement DAS extension 2021-02-17 12:25:03 +00:00
das_extension_test.c Add functions to allocate multi-dimensional arrays 2021-02-22 17:03:16 +00:00
debug_util.c Implement zero polynomial - passes tests, but could be tidier 2021-02-26 14:38:04 +00:00
debug_util.h Implement zero polynomial - passes tests, but could be tidier 2021-02-26 14:38:04 +00:00
fft_common.c Add functions to allocate multi-dimensional arrays 2021-02-22 17:03:16 +00:00
fft_common.h Collect various utility functions into a separate file 2021-02-20 16:03:04 +00:00
fft_common_test.c Collect various utility functions into a separate file 2021-02-20 16:03:04 +00:00
fft_fr.c Remove in-place FFTs 2021-02-26 14:44:31 +00:00
fft_fr.h Remove in-place FFTs 2021-02-26 14:44:31 +00:00
fft_fr_bench.c Benchmarks for recover and zero_poly 2021-02-28 17:01:00 +00:00
fft_fr_test.c Remove in-place FFTs 2021-02-26 14:44:31 +00:00
fft_g1.c Collect various utility functions into a separate file 2021-02-20 16:03:04 +00:00
fft_g1.h Groundwork for being able to use alternative BLS libraries 2021-02-16 18:13:20 +00:00
fft_g1_bench.c Benchmarks for recover and zero_poly 2021-02-28 17:01:00 +00:00
fft_g1_test.c Groundwork for being able to use alternative BLS libraries 2021-02-16 18:13:20 +00:00
fk20_proofs.c Add functions to allocate multi-dimensional arrays 2021-02-22 17:03:16 +00:00
fk20_proofs.h Collect various utility functions into a separate file 2021-02-20 16:03:04 +00:00
fk20_proofs_test.c Add functions to allocate multi-dimensional arrays 2021-02-22 17:03:16 +00:00
kzg_proofs.c Add functions to allocate multi-dimensional arrays 2021-02-22 17:03:16 +00:00
kzg_proofs.h Tidy up include files 2021-02-16 19:42:27 +00:00
kzg_proofs_test.c Groundwork for being able to use alternative BLS libraries 2021-02-16 18:13:20 +00:00
poly.c Add functions to allocate multi-dimensional arrays 2021-02-22 17:03:16 +00:00
poly.h Tidy up include files 2021-02-16 19:42:27 +00:00
poly_test.c Groundwork for being able to use alternative BLS libraries 2021-02-16 18:13:20 +00:00
recover.c Reduce memory usage 2021-02-28 17:00:05 +00:00
recover.h Implement recovery from samples 2021-02-27 15:19:46 +00:00
recover_bench.c Benchmarks for recover and zero_poly 2021-02-28 17:01:00 +00:00
recover_test.c Implement recovery from samples 2021-02-27 15:19:46 +00:00
test_util.c Implement zero polynomial - passes tests, but could be tidier 2021-02-26 14:38:04 +00:00
test_util.h Implement zero polynomial - passes tests, but could be tidier 2021-02-26 14:38:04 +00:00
utility.c Implement zero polynomial - passes tests, but could be tidier 2021-02-26 14:38:04 +00:00
utility.h Collect various utility functions into a separate file 2021-02-20 16:03:04 +00:00
utility_test.c Implement in-place FFTs for field elements 2021-02-22 21:36:43 +00:00
zero_poly.c Benchmarks for recover and zero_poly 2021-02-28 17:01:00 +00:00
zero_poly.h Implement zero polynomial - passes tests, but could be tidier 2021-02-26 14:38:04 +00:00
zero_poly_bench.c Benchmarks for recover and zero_poly 2021-02-28 17:01:00 +00:00
zero_poly_test.c Minor tweaks 2021-02-28 13:09:59 +00:00