Commit graph

7 commits

Author SHA1 Message Date
b65c700c29 Add support for CBOR tags 2025-09-19 18:51:23 +02:00
acf4d93fde Cosmetic naming changes 2025-09-19 02:09:53 +02:00
bec16e493f Streamline parsing of fixed length strings and blobs 2025-09-19 02:06:37 +02:00
257be2e57a Remove cmath header 2025-09-19 01:52:32 +02:00
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