create bulk bit readers/writers
authorGeoffrey Allott <geoffrey@allott.email>
Mon, 1 Aug 2022 21:02:34 +0000 (22:02 +0100)
committerGeoffrey Allott <geoffrey@allott.email>
Mon, 1 Aug 2022 21:02:34 +0000 (22:02 +0100)
commitd5972aa32ef27b4bb9c00676a9f34df9af247a8b
treea384442526b08c50d7e895f0c69cc363fda94fce
parent6ebbae91de85998107fc11546404273069d73fa0
create bulk bit readers/writers
Makefile
src/tans_decode_buf_st.h [new file with mode: 0644]
src/tans_decode_st.c
src/tans_decode_st.h
src/tans_encode_st.c
src/tans_encode_st.h
src/tans_static_buf_bit_writer.c [new file with mode: 0644]
src/tans_static_buf_bit_writer.h [new file with mode: 0644]
test/test_tans_bit_read_write.c
test/test_tans_encode_decode.c