cbor library

CBOR validation utilities.

This library provides strict validation for CBOR-encoded data to ensure it conforms to the subset of CBOR used by this package.

Functions

verify(Uint8List data) → void
Validates that the given bytes are well-formed CBOR.