PeterO.Cbor
4.2.0
A C# implementation of Concise Binary Object Representation (CBOR), a general-purpose binary data format defined in RFC 7049.
See the version list below for details.
Install-Package PeterO.Cbor -Version 4.2.0
dotnet add package PeterO.Cbor --version 4.2.0
<PackageReference Include="PeterO.Cbor" Version="4.2.0" />
paket add PeterO.Cbor --version 4.2.0
#r "nuget: PeterO.Cbor, 4.2.0"
Release Notes
Version 4.2:
- Some arithmetic methods in CBORNumber do basic overflow checks.
- Add char array and byte array overloads to ParseJSONNumber
- Support implementations of IList in CBORObject deserialization
- Internally, the code avoids storing doubles (64-bit floating-point numbers) directly in CBORNumbers, uses sorted maps rather than hash tables in some CBOR objects, and can now store text strings as UTF-8 byte arrays. This could help avoid unnecessary string conversions in many case.
- Bug fixes and performance improvements
- Now uses Numbers library version 1.7.3
Dependencies
-
.NETFramework 2.0
- PeterO.Numbers (>= 1.7.3)
- PeterO.URIUtility (>= 1.0.0)
-
.NETFramework 4.0
- PeterO.Numbers (>= 1.7.3)
- PeterO.URIUtility (>= 1.0.0)
-
.NETStandard 1.0
- PeterO.Numbers (>= 1.7.3)
- PeterO.URIUtility (>= 1.0.0)
Used By
NuGet packages (12)
Showing the top 5 NuGet packages that depend on PeterO.Cbor:
Package | Downloads |
---|---|
AWSSDK.DAX.Client
AWS DynamoDB Accelerator (DAX) .NET Client -- DAX is a fully managed, in-memory cache for DynamoDB.
|
|
Fido2
FIDO2 .NET library (WebAuthn)
|
|
Com.AugustCellars.COSE
An implementation of the CBOR Object Signing and Encryption standards.
|
|
Ipfs.Engine
An embedded IPFS engine for .Net
|
|
DSInternals.Common
This package is shared between all other DSInternals packages. Its main features are Azure AD Graph API and ADSI clients for for retrieval of cryptographic material. It contains implementations of common hash functions used by Windows, including NT hash, LM hash and OrgId hash. It also contains methods for SysKey/BootKey retrieval.
|
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on PeterO.Cbor:
Repository | Stars |
---|---|
MichaelGrafnetter/DSInternals
Directory Services Internals (DSInternals) PowerShell Module and Framework
|
|
abergs/fido2-net-lib
FIDO2 .NET library for FIDO2 / WebAuthn Attestation and Assertion using .NET
|
Version History
Version | Downloads | Last updated | |
---|---|---|---|
4.3.0 | 5,501 | 12/7/2020 | |
4.2.0 | 11,885 | 7/18/2020 | |
4.1.3 | 18,169 | 5/27/2020 | |
4.1.2 | 4,519 | 4/25/2020 | |
4.1.1 | 600 | 4/15/2020 | |
4.1.0 | 44,053 | 12/15/2019 | |
4.0.0 | 13,181 | 9/3/2019 | |
3.5.2 | 11,118 | 7/4/2019 | |
3.5.1 | 686 | 7/1/2019 | |
3.5.0 | 3,049 | 6/2/2019 | |
3.4.0-beta1 | 834 | 10/1/2018 | |
3.3.0 | 4,733 | 9/3/2018 | |
3.2.0 | 933 | 7/30/2018 |