proof-aware-crypto-tooling-.../examples/anza-ed25519.claims.yaml

42 lines
1.4 KiB
YAML

{
"component": "anza-ed25519-verified",
"repo_url": "https://github.com/saymrwulf/anza-ed25519-verified.git",
"local_path": "repos/anza-ed25519-verified",
"repo_commit": null,
"verification_dir": "verification",
"kind": "ed25519",
"verified_backend": "serial/u64",
"certificates": [
{
"name": "CurveFieldProofs.fieldImplementation",
"status": "proven",
"axiom_status": "clean",
"observed_axioms": ["propext", "Classical.choice", "Quot.sound"],
"expected_axioms": ["propext", "Classical.choice", "Quot.sound"]
},
{
"name": "CurveFieldProofs.edwardsImplementation",
"status": "proven",
"axiom_status": "clean",
"observed_axioms": ["propext", "Classical.choice", "Quot.sound"],
"expected_axioms": ["propext", "Classical.choice", "Quot.sound"]
}
],
"guarantees": [],
"preconditions": [],
"exclusions": ["Solana runtime semantics", "Solana transaction construction", "full EdDSA verification unless separately proven"],
"trusted_base": [],
"evidence": {
"lean_version": null,
"lake_version": null,
"check_log_path": null,
"axiom_log_path": null,
"scanned_files": []
},
"risk": {
"level": "R3",
"rationale": "Example fixture for Solana-relevant lower-layer arithmetic evidence.",
"blockers": [],
"deployment_constraints": ["Do not claim Solana transaction or runtime semantics are verified."]
}
}