{
  "authors": [
    "Baris Erdem"
  ],
  "depends-on": [
    {
      "cbor_ada": "~0.2.0"
    },
    {
      "hmac_ada": "~0.2.0"
    },
    {
      "sparknacl": "^4.0.1"
    }
  ],
  "description": "COSE (RFC 9052 / 9053) library for Ada 2022",
  "licenses": "Apache-2.0",
  "long-description": "COSE (CBOR Object Signing and Encryption, RFC 9052 / 9053)\nimplementation for Ada 2022 with partial SPARK coverage. Supports the\nsix COSE message types: COSE_Mac0, COSE_Mac, COSE_Sign1, COSE_Sign,\nCOSE_Encrypt0, and COSE_Encrypt. Algorithms: HMAC-SHA-256,\nHMAC-SHA-512, EdDSA (Ed25519), and ChaCha20-Poly1305 AEAD. Uses\ncbor_ada for CBOR operations, hmac_ada for HMAC, and SPARKNaCl for\nEd25519 and ChaCha20-Poly1305. No heap allocation, suitable for\nembedded and safety-critical systems.\n",
  "maintainers": [
    "Baris Erdem <baris@erdem.dev>"
  ],
  "maintainers-logins": [
    "b-erdem"
  ],
  "name": "cose_ada",
  "origin": {
    "commit": "6aa26c1628af06286954e30cbbfc81910c5c883c",
    "url": "git+https://github.com/b-erdem/cose_ada.git"
  },
  "tags": [
    "cose",
    "rfc9052",
    "cbor",
    "security",
    "spark",
    "embedded",
    "iot",
    "webauthn"
  ],
  "version": "0.1.0",
  "website": "https://github.com/b-erdem/cose_ada"
}
