In Ed25519
Ed25519 internally hashes the signing key and message with SHA-512 to produce the signature nonce. Standard part of the algorithm.
In digest-only receipts
When a project is configured for digest-only mode, the receipt stores SHA-512 hashes of the prompt + response instead of raw text. The hash proves the content existed without storing the content itself.
Why SHA-512 over SHA-256
SHA-512 is what Ed25519 specifies internally. Using the same hash function across the system simplifies the implementation.
Adjacent
See Ed25519, work receipt, content digest, redactPaths.