Cbor_ada

Website:

https://github.com/b-erdem/cbor_ada

Author:
  • Baris Erdem
Maintainer:
  • Baris Erdem <baris@erdem.dev>
License:

Apache-2.0

Version:

0.1.1

Alire CI:

Dependencies:

No dependency.

Dependents:

No dependents.

Badge:

CBOR (RFC 8949) encoding/decoding library with SPARK formal verification

#cbor #rfc8949 #serialization #spark #embedded #iot #verified

SPARK-proved CBOR encoder/decoder for Ada 2022. The encoder and decoder are 100% formally verified at SPARK Level 2 (517 proof obligations, 0 unproved). No heap allocation, pragma Pure, suitable for embedded and safety-critical systems. Full RFC 8949 well-formedness validation including shortest-form checking, configurable nesting depth, string length limits, and UTF-8 validation (enabled by default).