Public keys for AetherProof manifest verification.
Ed25519 public key, PEM-encoded. Pin this fingerprint in your verifier:
sha256:f95a45bdc15db8f6ef61fa853366e860726aefe16474e943ebe79b132a17e022
/signing-key.pub — canonical active key (PEM)/signing-key.pub.sha256 — SHA256 of the PEM file/keys.json — machine-readable manifest of all active keys/by-fingerprint/<fingerprint>.pub — fingerprint-addressed, immutably cached PEMcurl -LO https://keys.aetherlang.online/signing-key.pub curl -s https://api.aetherlang.online/v1/manifests/<request_id> > manifest.json python3 -m aetherproof_verify check \ --manifest manifest.json \ --pubkey signing-key.pub \ --fingerprint sha256:f95a45bdc15db8f6ef61fa853366e860726aefe16474e943ebe79b132a17e022