Skip to content

Commit

Permalink
Merge pull request #63 from qmuntal/fix-docs
Browse files Browse the repository at this point in the history
Fix integer range rendering
  • Loading branch information
shizhMSFT authored May 6, 2022
2 parents b06d841 + 67082d2 commit f68c90e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,7 @@ The supported algorithms can be extended at runtime by using [cose.RegisterAlgor

### Integer Ranges

CBOR supports integers in the range:

```text
[-2<sup>64</sup>, -1] ∪ [0, 2<sup>64</sup> - 1]
```
CBOR supports integers in the range [-2<sup>64</sup>, -1][0, 2<sup>64</sup> - 1].

This does not map onto a single Go integer type.

Expand Down

0 comments on commit f68c90e

Please sign in to comment.