Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor to improve readability and maintainability
Refactoring includes: - Improve function names. - Extract decoding to Unmarshaler to a separate function. - Extract snippets to inline functions. - Scan nested CBOR tag numbers to avoid recursion during data validation.
- Loading branch information