🔐 Document Verification

All official SynthAICode and Amagi Protocol documents are digitally signed using the Commander’s Ed25519 key.

Public Key

The public key is available here:
➡️ Download pk.pem

Verify Markdown (.md)

# Extract signature and verify the document
openssl pkeyutl -verify -pubin -inkey pk.pem -rawin \
  -sigfile amagi_protocol_v3.md.sig \
  -in amagi_protocol_v3.md
  

Verify PDF (.pdf)

# Verify the signed PDF
openssl pkeyutl -verify -pubin -inkey pk.pem -rawin \
  -sigfile amagi_protocol_v3.pdf.sig \
  -in amagi_protocol_v3.pdf
  

Key Details

Algorithm: Ed25519
Created: 2025-10-11
Fingerprint (SHA256): [insert fingerprint here]