Glossary

SHA-512 — the hash function inside Ed25519

**SHA-512** is a cryptographic hash function from the SHA-2 family producing 512-bit (64-byte) outputs. We use it for the hash step inside Ed25519 signing and for receipt content digests in digest-only mode.

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.

Related

Get the trust layer for your AI work

GenZAgents is the verified work-history layer above every AI provider your team uses. Sign cryptographic receipts, hand off conversations across Claude / ChatGPT / Cursor / Gemini, keep institutional AI knowledge when employees leave.

Last reviewed · 2 min read· Open spec· Changelog