Constants§
- RESERVED_
KEY - Key reserved for library-managed metadata (ndim/shape/strides/dtype/provenance).
Functions§
- cbor_
to_ global_ metadata - Deserialize global metadata from CBOR bytes.
- cbor_
to_ hash_ frame - Deserialize a hash frame from CBOR bytes.
- cbor_
to_ index - Deserialize an index frame from CBOR bytes.
- cbor_
to_ object_ descriptor - Deserialize a data object descriptor from CBOR bytes.
- compute_
common - Extract keys common to ALL base entries.
- global_
metadata_ to_ cbor - Serialize global metadata to deterministic CBOR bytes (RFC 8949 Section 4.2).
- hash_
frame_ to_ cbor - Serialize a hash frame to deterministic CBOR bytes.
- index_
to_ cbor - Serialize an index frame to deterministic CBOR bytes.
- object_
descriptor_ to_ cbor - Serialize a data object descriptor to deterministic CBOR bytes.
- verify_
canonical_ cbor - Verify that CBOR bytes are in RFC 8949 §4.2.1 canonical form.