-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CBOR] Implement tag and special value support for CborWriter and Cbo…
…rReader (#34046) * Implement tag support for CborWriter and CborReader * Implement CBOR special value support * add nested special value tests * implement half-precision float decoding; address feedback * address style * remove dead code * add checks for CBOR tags in indefinite-length collections * Update src/libraries/System.Security.Cryptography.Encoding/tests/Cbor/CborWriter.Integer.cs Co-Authored-By: Jeremy Barton <jbarton@microsoft.com> Co-authored-by: Jeremy Barton <jbarton@microsoft.com>
- Loading branch information
1 parent
d4d8039
commit c3f7da2
Showing
24 changed files
with
923 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.