-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update esp32_bc-ur library - 27.91% faster selfcheck tests
- Loading branch information
1 parent
73fe058
commit bb0cbb9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule esp32_bc-ur
updated
27 files
+0 −25 | .github/workflows/ci.yml | |
+2 −2 | CMakeLists.txt | |
+0 −114 | Makefile.in | |
+0 −4 | bootstrap.sh | |
+0 −111 | config.h.in | |
+0 −5,457 | configure | |
+0 −35 | configure.ac | |
+0 −518 | install-sh | |
+57 −96 | src/bytewords.cpp | |
+0 −66 | src/crc32.c | |
+0 −28 | src/crc32.h | |
+51 −33 | src/fountain-decoder.cpp | |
+35 −27 | src/fountain-encoder.cpp | |
+0 −1 | src/fountain-encoder.hpp | |
+30 −7 | src/fountain-utils.cpp | |
+0 −15 | src/fountain-utils.hpp | |
+14 −14 | src/random-sampler.cpp | |
+17 −16 | src/ur-decoder.cpp | |
+24 −121 | src/utils.cpp | |
+18 −30 | src/utils.hpp | |
+21 −113 | src/xoshiro256.cpp | |
+1 −15 | src/xoshiro256.hpp | |
+0 −1 | test/.gitignore | |
+0 −73 | test/Makefile.in | |
+0 −22 | test/test-utils.cpp | |
+0 −19 | test/test-utils.hpp | |
+0 −446 | test/test.cpp |