cbor
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.
#### 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`)?...
**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...
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.  Please let me know (or post here) if you're authorized to share other security...
### 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`)?...
### 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...
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...