{
  "canonical_url": "https://crates.flyology.org/community/",
  "catalog": {
    "name": "community",
    "repository_url": "https://github.com/alire-project/alire-index",
    "revision": "cd12c6aa35b7d6483841517305d57ba167ec78d0"
  },
  "generated_at": "2026-08-23T04:55:42Z",
  "index": {
    "version": "1.4.0"
  },
  "package": {
    "catalog": "community",
    "description": "SPARK-proved ML-KEM (FIPS 203) lattice-based key encapsulation",
    "development_only": false,
    "latest_version": "1.0.0",
    "name": "ml_kem",
    "selected_version": "1.0.0",
    "versions": [
      {
        "dependants": [],
        "dependencies": [
          {
            "catalog": "flyology",
            "condition": null,
            "name": "gnat",
            "package": "gnat_flyology_native",
            "provided_version": "16.2.0",
            "requirement": ">=14.2.1",
            "resolved": true,
            "version": "16.2.0-patchset.1.1.0"
          },
          {
            "catalog": "community",
            "condition": null,
            "name": "sha3",
            "package": "sha3",
            "provided_version": "1.0.0",
            "requirement": "~1.0",
            "resolved": true,
            "version": "1.0.0"
          }
        ],
        "development": false,
        "external": false,
        "manifest": {
          "authors": [
            "Baris Erdem"
          ],
          "configuration": {
            "variables": {
              "parameter_set": {
                "default": "ML_KEM_768",
                "type": "Enum",
                "values": [
                  "ML_KEM_512",
                  "ML_KEM_768",
                  "ML_KEM_1024"
                ]
              }
            }
          },
          "depends-on": [
            {
              "gnat": ">=14.2.1",
              "sha3": "~1.0"
            }
          ],
          "description": "SPARK-proved ML-KEM (FIPS 203) lattice-based key encapsulation",
          "licenses": "GPL-3.0-only",
          "long-description": "SPARK-proved ML-KEM (Module-Lattice-Based Key-Encapsulation Mechanism)\nimplementing NIST FIPS 203. Formally verified at SPARK level 2 with zero\npragma Assume, zero unproved VCs. The 7-layer Cooley-Tukey NTT, BaseMul,\nIndCPA, and FO transform are all proved end-to-end with no escape hatches.\n\nAll three FIPS 203 parameter sets -- ML-KEM-512, ML-KEM-768, ML-KEM-1024\n-- are supported and selected at build time via the `parameter_set`\ncrate configuration variable; default is ML-KEM-768 (NIST Category III).\n\nProof techniques are documented in PROOF_NOTES.md and reusable for similar\nlattice / ARX cryptography.\n\nBuilt on sha3_ada for SHA-3/SHAKE. No heap allocation, pragma Pure, suitable\nfor embedded and safety-critical systems. Constant-time execution\nempirically verified via cachegrind (LLd byte-identical). FIPS 140-3\nvalidation is out of scope. See SECURITY.md for the full threat model.\n",
          "maintainers": [
            "Baris Erdem <baris@erdem.dev>"
          ],
          "maintainers-logins": [
            "b-erdem"
          ],
          "name": "ml_kem",
          "origin": {
            "commit": "0b46ce23243d75f11746112c70a6d80799d85e58",
            "url": "git+https://github.com/b-erdem/ml_kem_ada.git"
          },
          "project-files": [
            "ml_kem_ada.gpr"
          ],
          "tags": [
            "ml-kem",
            "post-quantum",
            "cryptography",
            "spark",
            "embedded",
            "security",
            "verified"
          ],
          "version": "1.0.0",
          "website": "https://github.com/b-erdem/ml_kem_ada"
        },
        "path": "index/ml/ml_kem/ml_kem-1.0.0.toml",
        "version": "1.0.0"
      }
    ]
  },
  "schema_version": 4
}
