cbor icon indicating copy to clipboard operation
cbor copied to clipboard

CBOR codec (RFC 8949) with CBOR tags, Go struct tags (toarray, keyasint, omitempty), float64/32/16, big.Int, and fuzz tested billions of execs.

Results 76 cbor issues
Sort by recently updated
recently updated
newest added

#### Description (motivation) This allows the parsing of CBOR data containing maps with byte string keys, which is commonly seen in Cardano blockchain data. The default behavior remains the legacy...

Signed-off-by: Yan Qing ### Description #### PR Was Proposed and Welcomed in Currently Open Issue - [ ] This PR was proposed and welcomed by maintainer(s) in issue #359 -...

### What version of fxamacker/cbor are you using? v2.4.0 ### Does this issue reproduce with the latest release? Yes ### What OS and CPU architecture are you using (`go env`)?...

enhancement

**Is your feature request related to a problem? Please describe.** I use cbor as a serialization format for rpc between services written in different languages. So when i try to...

Update list of notable users of fxamacker/cbor: - [ ] @fxamacker - mention these in the README text. - [ ] @x448 - please add these to the animated banner...

docs

Microsoft Corporation had NCC Group produce a [security assessment (PDF)](https://github.com/veraison/go-cose/blob/v1.0.0-rc.1/reports/NCC_Microsoft-go-cose-Report_2022-05-26_v1.0.pdf) which includes portions of fxamacker/cbor. ![image](https://user-images.githubusercontent.com/33205765/179355457-0a49d285-6a49-4fab-9965-111d087edc15.png) Please let me know (or post here) if you're authorized to share other security...

docs

### What version of fxamacker/cbor are you using? v2 ### Does this issue reproduce with the latest release? yes ### What OS and CPU architecture are you using (`go env`)?...

help wanted
needs investigation
unconfirmed / no reproducer

### Description PR for Issue #351 #### PR Was Proposed and Welcomed in Currently Open Issue - [ ] This PR was proposed and welcomed by maintainer(s) in issue #351...

**Is your feature request related to a problem? Please describe.** A common pattern I have in my application is needing to compute the hash of the encoding of a struct...

enhancement

Supporting TinyGo would require fewer changes in the features/stream-mode branch compared to master branch. The features/stream-mode branch is a superset of master branch. It has `StreamEncoder` and `StreamDecoder` which would...

TinyGo
feature/stream-mode branch