Commit graph

3 commits

Author SHA1 Message Date
228854a31d Hide some decoder implementation details from public header files 2025-09-19 01:52:13 +02:00
11636af323 Initial decoder implementation, including a basic two-way test
The implementation is still far from perfect, it's at beast a proof of concept. There are many edge cases that are definitely still not covered, and many rough edges in the quality of the code.

I am also not convinced that exceptions are the best error handling method for this, particularly for publicly exposes interfaces that may be much more susceptible to DoS attacks due to malformed input (and the resulting overhead in handling exceptions).
2025-09-18 23:23:33 +02:00
4159fc4643 Basic project structure, basic encoder implementation 2025-09-14 13:58:26 +02:00